Karel Lenc
unread,Feb 6, 2012, 10:15:36 AM2/6/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-opencv
Hello,
lately I've seen the rapid development of the androidcamera module and
I would like to help with its development. One thing what I'm missing
in this module is access to Android camera parameters (like flash
mode, focus mode and white balance) so I've decided to implement that.
Right now, I'm able to control the flash mode so adding other options
would be quite easy but I'm not sure how to implement that from the
CvCapture API point of view. The highgui_c.h header file contains
several property identifiers for particular interfaces so adding there
more parameters for android should not be so big issue. However I've
found out that the android-opencv project now aims for the OpenMAX API
support but still these new features can be quite useful for older
android platforms.
So I would like to ask, if this patch would have chance to be
accepted? Or is it a needless effort from the beginning :)
Thank you for advice in advance :)
Karel Lenc