[Bug 790945] Focus modes with ahcsrc on Android

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Nov 29 01:57:15 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=790945

Justin J. Kim <justin.joy.9to5 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |justin.joy.9to5 at gmail.com

--- Comment #1 from Justin J. Kim <justin.joy.9to5 at gmail.com> ---
(In reply to test.code.010 from comment #0)
> GstElement* ahcsrc = gst_element_factory_make("ahcsrc", NULL);
> g_object_set(ahcsrc, GST_PHOTOGRAPHY_PROP_FOCUS_MODE,
> GST_PHOTOGRAPHY_FOCUS_MODE_CONTINUOUS_EXTENDED, NULL);
> 

Do you know the GST_STATE of ahcsrc when you set the mode?

If your codes do really like that, you are setting the mode in NULL state.
The mode can be set only after opening camera device, then the state should be
PUASED, or PLAYING.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list