I encountered some weird behavior that I can’t really explain. I have an IMX477 camera connected over CSI. My application, that uses the Jetson-utils library, captures frames from the camera, overlays graphics on top and then saves the resulting video file.
The behavior that I’m seeing is that, when the lighting is good and the camera captures good, clear frames, the overlay looks good as well. Very sharp, good resultion. When the frames captured from the camera are in low-light, not only the camera picture itself is very very grainy and low-res, but the overlay applied on is equally worse. I have a hunch that it’s somehow related to the rendering process, but can’t see any setting that would cause this.
The problem is not that, but that the overlay ends up being noisy as well. I’ve attached two screenshots, used as source two video files: one grainy and one with a perfect image. The difference is very visible.
@dusty_nv any ideas? It’s using the Jetson Utils wrapper.
@alexx88 are you viewing that over an encoded network stream or video file? My guess is that the random noise is adding compression artifacts (you could try changing the bitrate if that makes a difference), or in the alpha blending of the overlay since the background is somewhat random.