Open hseysen opened 2 months ago
I also have an IMX566 camera sensor available to me, for which I just changed the .dtsi
settings for, and can confirm that it can distinguish colors correctly. This might be something related to the IMX264 sensor? Or perhaps that is the intended behavior, some kind of limitation on the perceived colors?
I'm using NVIDIA Jetson Nano with L4T 32.7.4 and IMX264 camera sensor. I have configured the
.dtsi
file and I can successfully obtain an image usingnvarguscamerasrc
using GStreamer, and alsoargus_camera
using thejetson_multimedia_api
. However, I visually see that the camera does not recognize the colors correctly.I've tried to write a Python script using OpenCV, and here is the code:
Here is the image I put up on my phone's screen: https://m.media-amazon.com/images/I/71Icb3wd6DL.jpg Here is the image captured: https://imgur.com/loQ30Bh
The script gives me a rather darker image, the
nvarguscamerasrc
pipelines give me a brighter view. Maybe I'm missing something on the OpenCV script.