[Bug 760963] ahcsrc: Add an example using the android hardware camera

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jan 25 15:34:04 PST 2016


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

Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #319672|none                        |needs-work
             status|                            |

--- Comment #3 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Review of attachment 319672:
 --> (https://bugzilla.gnome.org/review?bug=760963&attachment=319672)

It's nice, though it would be cool if we could add some sliders and knobs so we
can exercise some of the features. This element implement a lot of the
Photography interface.

::: tests/examples/androidcamera/jni/camera_test.c
@@ +202,3 @@
+  data->pipeline =
+      gst_parse_launch
+      ("ahcsrc !  video/x-raw,format=(string)NV21 ! glimagesink name=vsink
sync=false",

Can we let it negotiate ? And I tested already, sync=false is not required.
Note that on my Nexus 5, we get 1080p stream, which in the current state, does
not work well. So maybe we could reuse the caps filter, remove the format file
and set a width and height range that make sure it does not go over 720p ?

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


More information about the gstreamer-bugs mailing list