RidgeRun / NVIDIA-Jetson-IMX708-RPIV3

NVIDIA Jetson IMX708 RPI V3 camera driver
11 stars 4 forks source link

Images from Snapshot and Display pipeline are different #10

Open Thesis123123 opened 9 months ago

Thesis123123 commented 9 months ago

Is this normal the image from the snapshot pipeline in the example pipelines in the guide gives different image results. The snapshot has a yellowish-orange filter to it.

I also notice that when the video display launches for a brief moment i can see the filter but it seems to adjust to the proper colors 1-2 seconds after.

gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! "video/x-raw(memory:NVMM),width=4608,height=2592,framerate=14/1" ! queue ! nvegltransform ! nveglglessink

image

gst-launch-1.0 nvarguscamerasrc num-buffers=1 sensor_id=0 ! 'video/x-raw(memory:NVMM), width=4608, height=2592, framerate=14/1, format=NV12' ! nvjpegenc ! filesink location=RidgeRun_test.jpg

image

Jetpack Version: 4.6.4 Ubuntu 18.04.6 LTS Kernel Version: 4.9.337-tegra

alfredpchacon commented 8 months ago

Hi @Thesis123123

I hope you're doing well. Yes, it can be possible, at the time we created the driver, our approach was to get the first version of the driver which can work for one resolution, but without care about image tunning for different pipelines. If you need support for tunning for your project application please contact our sales department, we will be glad to work with you.