Hi,
We're using a camera setup with multiple streams. On of the streams sends high resolution images at a very low rate. We use the mjpeg video codec to compress the images and save bandwidth. We use this preset:
video_encoder.setDefaultProfilePreset(1, VideoEncoderProperties.Profile.MJPEG)
But the pictures look a bit strange. This old image is pretty sharp with natural colors:
This newer image shows a greenish glow around the plants, and it looks a bit like paint-by-numbers.
We suspect that the first image was made before we started using the mjpeg codec and the second after. Apart from the codec we didn't change other camera settings. Are we correct? Or is there something else we need to look at?
Thanks in advance!