Re: [android-developers] getting "extra" camera parameters

2012-04-05 Thread Jim Graham
On Thu, Apr 05, 2012 at 09:10:00AM -0700, mike digioia wrote: > Not sure what you are trying to do but gstreamer is one i have used for > camera testing and access to the devices and internal framwork. I'm working on a camera app, and there are some settings (ISO format, contrast, etc.) that don't

Re: [android-developers] getting "extra" camera parameters

2012-04-05 Thread Jim Graham
On Thu, Apr 05, 2012 at 12:00:59PM -0400, Mark Murphy wrote: > On Thu, Apr 5, 2012 at 11:12 AM, Jim Graham wrote: > I would guess that it is not supported on all devices. I believe the > generic get()/set() are for manufacturer-specific capabilities. Arrr I was so looking forward to

Re: [android-developers] getting "extra" camera parameters

2012-04-05 Thread mike digioia
Not sure what you are trying to do but gstreamer is one i have used for camera testing and access to the devices and internal framwork. http://gstreamer.freedesktop.org/wiki/CameraBin On Thu, Apr 5, 2012 at 9:00 AM, Mark Murphy wrote: > On Thu, Apr 5, 2012 at 11:12 AM, Jim Graham wrote: > > I

Re: [android-developers] getting "extra" camera parameters

2012-04-05 Thread Mark Murphy
On Thu, Apr 5, 2012 at 11:12 AM, Jim Graham wrote: > I tried this, and the result returned is null (and then I noticed > that someone else had responded to the post saying the same thing > for their device).  So clearly, the above is either incorrect, not > supported on all devices, or is incomple

[android-developers] getting "extra" camera parameters

2012-04-05 Thread Jim Graham
I recently found the following in an old post on Stack Overflow, regarding how to get the camera parameters for which there are no SDK methods (in this case, nv-picture-iso-values): (Note that this is slightly edited---not the code---for brevity.) --- CUT HERE --