I need to send the image with bbox and other metadata to the custom server

The play is not smooth, the screen flashes

Can you capture for a short time? btw, with the camera from the second column of your posted picture.

This problem is quite urgent. Please deal with it as soon as possible,thank you.Do you want to wait for the next version?

Hi
Sorry for the long delay.
There one temporary solution. adding nvvideoconvert component before a component where jpeg encode takes place. Set colorimetry to 601 in the caps of nvvideoconvert.
real fix will be in upcoming release.
attached the patch.
greenoutput.patch (3.0 KB)
I verified on my side, the green output issue gone.
cd /opt/nvidia/deepstream/deepstream-5.1/sources/apps/sample_apps/deepstream-image-meta-test
sudo patch -p0 < ~/greenoutput.patch
sudo su
export CUDA_VER=10.2
make
./deepstream-image-meta-test file:///home/nvidia/luma1080p_sample.mp4


Please test on your side and feedback. thanks.

1 Like