Dear NVIDIA,The custom board uses IMX290-AHD camera, through TP2815 for data acquisition, after I ported the driver, it is very stable to open the CSI camera with 720 resolution, the image is as follows ➜ ~ gst-launch-1.0 v4l2src device=/dev/video3 ! 'video/x-raw, format=(string)UYVY, width=(int)1280, height=(int)720, framerate=(fraction)30/1' ! xvimagesink -ev
However, if you open it with 1080 resolution, it will turn into a green screen after opening it three times, as shown below is the image that opens normally and does not open normally
Most of the time this error means that the video communication was interrupted, but in this case, the pipeline should be closed and you will not able to see this green screen.
When you see the error reported (Error in closing stream_id=4, csi_port=4) Does the pipeline continue open showing the green screen?
For YUV formats, the green color indicates uninitialized memory, I am not familiar with TP2815 but you could check if there is some status register that you can read to confirm if it continues receiving frames from IMX290.
Yes, when there is an error, it is also a green screen to open again, and it takes a while or reinstalling the TP2815 driver to display normally, but it is normal to see the register status of TP2815.thank you.