Comment 2 for bug 1434517

Revision history for this message
Ugo Riboni (uriboni) wrote :

I checked what Android does in their camera application.
Basically they seem to use an average bitrate of 12kbps in 1080p, 8kbps in 720p and 5kbps in 480p.
We agreed that we would try to do the same.

However, once I pass the correct bitrate setting down the stack from qtubuntu-camera, it seems that at some point that setting gets lost or ignored.

Jim Hodapp is looking into why this happens, since he's working on that part of the stack. So far it seems that the settings is making its way down to the level of the media framework, and he is looking to find if it gets passed to the video codec properly.