GNOME Bugzilla – Bug 742502
camerabin: add property to get camera native supported caps and add capsfilter to set camera output resolution
Last modified: 2015-01-07 06:28:41 UTC
As current supported caps will include camera native caps and video converted caps, application need get camera native supported caps. Add one property to get it. As zoom_capsfilter will fixed to the first caps as src_capsfilter set caps. camerabin set viewfinder capsfilter will fail if the caps is different with the first caps. Do we need add one property to set the src_capsfilter to set the camera default output resolution? camerabin hasn't video-source-filter for wrappercamerabinsrc. We need it as we want view finder and recorder get same filtered video and get better performance. Want add one property in camerabin. Will upload patch for it.
Can get camera native caps from video source which set to wrappercamerabinsrc and set camera resolution by add one capsfilter after video source before set it to wrappercamerabinsrc. Also can set video-source-filter to wrappercamerabinsrc which can get from camerabin. Close it.