GNOME Bugzilla – Bug 724868
Setting Image Size in camerabin causes pipeline to fail with Not Negotiated
Last modified: 2015-04-21 13:34:56 UTC
Created attachment 269890 [details] Source file of gstreamer/gtk3 program The attached program is supposed to configure camerabin to set the image size to 800x600.
Is it failing during camera start or capture? Can your video source produce output at 800x600 resolution? I have it working for camera start here, but image capture fails. This is related to https://bugzilla.gnome.org/show_bug.cgi?id=682770
Can you confirm this is working with latest camerabin from git?
Due to a related refactoring in commit b74770bd05bd31238fab6914357746a0274e6e68 this is now working. This commit includes an unit test to make sure this keeps working. commit 87e306fe4a2c8ecea295f2f95b33ffb609a17bcc Author: Thiago Santos <thiagoss@osg.samsung.com> Date: Mon Apr 20 08:20:37 2015 -0300 tests: camerabin: add test for capture with different caps Adds a test to verify that viewfinder and image capture caps can be set to non-intersecting caps and still work. https://bugzilla.gnome.org/show_bug.cgi?id=724868