I bought the IMX219 camera for the Jetson Nano and connected it correctly. Unfortunately I get a strange picture quality.
Can you help me fix the image quality?
Here is my gstreamer pipeline:
nvarguscamerasrc sensor-id=0 ! video/x-raw(memory:NVMM), width=(int)720, height=(int)480, framerate=(fraction)30/1 ! nvvidconv flip-method=0 ! video/x-raw, width=(int)720, height=(int)480, format=(string)BGRx ! videoconvert ! video/x-raw, format=(string)BGR ! appsink drop=true sync=false