View Single Post
Posts: 3,074 | Thanked: 12,964 times | Joined on Mar 2010 @ Sofia,Bulgaria
#514
Originally Posted by nicolai View Post
video-capture-width
video-capture-height
it seems, these parameters don't exist in maemo 5s camerabin
What is the problem if just set (960/1280)x720 for resolution and
(4/3)/(16/9) for aspect ratio here. That should work looking at the code path from camera-ui to camerabin in gstreamer-plugins-bad.

The only thing that will be needed is several new defines somewhere here

#define G_DIGICAM_CAMERABIN_VIDEO_4X3_HD_WIDTH 960;
#define G_DIGICAM_CAMERABIN_VIDEO_4X3_HD_HEIGHT 720;

#define G_DIGICAM_CAMERABIN_VIDEO_16X9_HD_WIDTH 1280;
#define G_DIGICAM_CAMERABIN_VIDEO_16X9_HD_HEIGHT 720;


And an UI to set that in camera-ui
 

The Following 4 Users Say Thank You to freemangordon For This Useful Post: