![]() |
Re: camera-ui2 (now a part of CSSU) (updated 09. May)
Quote:
kernel modul. Quote:
Quote:
I can control the ISO settings and the exposure compensation the same way as the builtin camera-ui. It has the same features, and the same bugs: https://bugs.maemo.org/show_bug.cgi?id=10384 It is just not possible to fully control the exposure setting or to disable the autoexposure at all. |
Re: camera-ui2 (now a part of CSSU) (updated 09. May)
Oh i see, sorry; i haven't got around trying it myself, i was just going with what was being said.
|
Re: camera-ui2 (now a part of CSSU) (updated 09. May)
Quote:
Quote:
About the missign height/width variables - does it work by storing px res and aspect ratios? Can these values (h & w) be synthesised? |
Re: camera-ui2 (now a part of CSSU) (updated 09. May)
Quote:
(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 :D |
Re: camera-ui2 (now a part of CSSU) (updated 09. May)
I already tried this. (Right after your thread about 720 recording).
Somewhere down the pipeline from the gdigicam camera API to gstreamer-camerabin and gstreamer-v4l2camsrc the resolution change stops the pipeline. I think I tracked this down to the number of buffers used in gst_v4l2camsrc_init in gstreamer0.10-plugins-camera-0.79\gst\v4l2cam\gstv4l2camsrc.c So the resolultion switch may work but it can not change back to the streaming state. More testing is needed. Nicolai |
Re: camera-ui2 (now a part of CSSU) (updated 09. May)
Do you mind to share sources somewhere on gitorious so I can test too, without redoing what you've already done?
|
Re: camera-ui2 (now a part of CSSU) (updated 09. May)
No :-)
No real useful code. Just some random / try&error console outputs. I (or you or someone else) need to take a deeper look at gstv4l2camsrc.c and find out exactly what v4l2camsrc parameter are needed. Nicolai |
Re: camera-ui2 (now a part of CSSU) (updated 09. May)
Quote:
|
Re: camera-ui2 (now a part of CSSU) (updated 09. May)
|
Re: camera-ui2 (now a part of CSSU) (updated 09. May)
@nikolai - I think I know what was your problem - KP48. It has only 6MB videomemory, while 720p requires 8MB. So you need KP49.
|
All times are GMT. The time now is 10:34. |
vBulletin® Version 3.8.8