Making a video with opencv and ffmpeg. How to find the right color format?

前端 未结 5 1677
天涯浪人
天涯浪人 2021-02-08 13:18

I have a webcam video recorder program built with python, opencv and ffmpeg

It works ok except that the color of the video is more blue than the reality. The problem see

5条回答
  •  太阳男子
    2021-02-08 13:28

    Have you tried switching the Cb/Cr channels in OpenCV using split and merge ?

提交回复
热议问题