Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4C8F910427 for ; Fri, 24 Jan 2014 18:42:45 +0000 (UTC) Received: (qmail 27434 invoked by uid 500); 24 Jan 2014 18:42:43 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 27371 invoked by uid 500); 24 Jan 2014 18:42:43 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 27363 invoked by uid 99); 24 Jan 2014 18:42:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jan 2014 18:42:43 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cmarcelk@gmail.com designates 209.85.219.44 as permitted sender) Received: from [209.85.219.44] (HELO mail-oa0-f44.google.com) (209.85.219.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jan 2014 18:42:37 +0000 Received: by mail-oa0-f44.google.com with SMTP id g12so4249475oah.31 for ; Fri, 24 Jan 2014 10:42:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=TSAMvyWrlCAcBWT8FFhCZ3zCLjsOEMx3GsGLWcfzjmg=; b=X8AI840wi9SQmas6/kv6DnREHIwiO+H4WfpZXnqXwM4BM9dxYiekWwrd/om0oIt4C/ LBGFnavQgqckemxKpRfjl6xdq6RNPk75tNoC3fOo2H7yCPXvNQuPCjRYyC6cfon5fmB4 fGwN/0U1pT1T8j+xGIYi5xbG/UU1/CCW3dIWbK4D4NPOWshSLgKljMZ4pw2Xgp4M9yAZ 6l99dZ8PRzu4+n+33UxbAHIbQDkrXZxINba6rIhQYcVjQuTKg5sHxRjNigqMvbF9YLvf WE8bb7b6ymR8zO04LLCIrDCtb7Bn5xuSzSgjPCvZ71jDNmm8jPqFDqyUD0FXbt0HYtzw 5aAg== X-Received: by 10.182.243.161 with SMTP id wz1mr13370892obc.10.1390588936624; Fri, 24 Jan 2014 10:42:16 -0800 (PST) Received: from marcelk-macbook.raleigh.ibm.com (bi-03pt2.bluebird.ibm.com. [129.42.208.173]) by mx.google.com with ESMTPSA id xs17sm10384270oeb.1.2014.01.24.10.42.15 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 24 Jan 2014 10:42:15 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: Camera does too many things!!!! From: Marcel Kinard In-Reply-To: Date: Fri, 24 Jan 2014 13:42:12 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: dev@cordova.apache.org X-Mailer: Apple Mail (2.1510) X-Virus-Checked: Checked by ClamAV on apache.org What's going on in the standards bodies around image capture? Is there = an emerging standard that we could scope down to, or is nothing emerging = and we get to make it up in the meantime? I do like the simplicity of the camera plugin (roughly) just doing = capture, and pushing the utilities into a separate plugin (perhaps even = non-core). I hear that picture capture and uploading is a common = pattern, so we should consider the migration impact to existing users. On Jan 24, 2014, at 8:47 AM, Mike Billau wrote: > How does this coincide with the recent thread about Camera vs Capture? Yeah, seems like these are part of the same big picture that should be = thought through simultaneously.