From issues-return-92477-archive-asf-public=cust-asf.ponee.io@cordova.apache.org Fri Feb 9 22:31:05 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 508F4180654 for ; Fri, 9 Feb 2018 22:31:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 401C6160C3C; Fri, 9 Feb 2018 21:31:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 90EB7160C5E for ; Fri, 9 Feb 2018 22:31:04 +0100 (CET) Received: (qmail 1363 invoked by uid 500); 9 Feb 2018 21:31:03 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 1247 invoked by uid 99); 9 Feb 2018 21:31:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2018 21:31:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 449D2C0D07 for ; Fri, 9 Feb 2018 21:31:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.311 X-Spam-Level: X-Spam-Status: No, score=-110.311 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id eeNHY5clh43A for ; Fri, 9 Feb 2018 21:31:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 3DE235F1A1 for ; Fri, 9 Feb 2018 21:31:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7B119E019D for ; Fri, 9 Feb 2018 21:31:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 36B7421E84 for ; Fri, 9 Feb 2018 21:31:00 +0000 (UTC) Date: Fri, 9 Feb 2018 21:31:00 +0000 (UTC) From: "Benjamin Hill (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-13860) Support taking pictures automatically MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Benjamin Hill created CB-13860: ---------------------------------- Summary: Support taking pictures automatically Key: CB-13860 URL: https://issues.apache.org/jira/browse/CB-13860 Project: Apache Cordova Issue Type: New Feature Components: cordova-plugin-camera Affects Versions: cordova-android-7.0.0 Environment: All Reporter: Benjamin Hill All of the code seems to be directed at the use case of "send user to Camer= a app intent, let them take a picture, get the results" Which is great, unless you want to do something automatic, like taking a pi= cture on a timer, or taking a picture every second to create a time-lapse, = etc.=C2=A0 Proposed: A new API call that lets the camera's parameters (focus, exposure= etc) stabilize and immediately snaps the pic and returns. The example at [https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API= /Taking_still_photos]=C2=A0looks like it is taking a frame from the Video f= eed, which is lower res, ideal would be a full-still-res photo. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org