I’m using the Raspberry Pi High Quality Camera using a CSI connection. Running this command: gst-launch-1.0 nvarguscamerasrc num-buffers=1 ! 'video/x-raw(memory:NVMM), width=1920, height=1080, format=(string)NV12' ! nvvidconv ! 'video/x-raw, format=(string)I420' ! jpegenc ! filesink location=frame.jpg
gives me this output, which if you look closely you can see white pixel artifacts.
I dont think this is an cable problem because if I record a video the effects are amplified and even weird pink areas start to appear. However if I restart the video most of the artifacts disappear(only to re appear again over time).