iizukanao / picam

Audio/video recorder for Raspberry Pi with language agnostic API
GNU Lesser General Public License v2.1
489 stars 78 forks source link

Poor video quality when using Bullseye vs. Buster #176

Closed feacluster closed 2 years ago

feacluster commented 2 years ago

I upgraded my pi4 to Bullseye and now my V2 camera is recording almost unwatchable videos. See this example:

https://youtu.be/jKHUdazLfBU?t=327

~/picam/picam --alsadev hw:1,0 --fps 24 -v 1000000 -w 1640 -h 1232

compared to the same camera with Buster:

https://www.youtube.com/watch?v=r_DktnphecQ

~/picam/picam --alsadev hw:1,0 --fps 24 -v 1000000 --mode 4 -w 1640 -h 1232

Seems white balance or contrast issue?

iizukanao commented 2 years ago

Could you please try adding --avcprofile high and see if it improves the image quality?

feacluster commented 2 years ago

Thanks, that worked!

iizukanao commented 2 years ago

Thank you for your confirmation. Starting with picam version 2.0.4 released today, --avcprofile high is the default.