Hi there, I wonder about the problem that CSI camera is suddenly not connected.
Traditionally, the code
gst-launch-1.0 nvarguscamerasrc sensor_id=0! video/x-raw (memory:NVMM), width=1920, height=1080, framerate=21/1, formatNV12’! nvidconv flip-method=0! video/x-raw, width=960, height=616’! nvidconv! nvegltransform! nvegllessink -e
was written and executed.
However, currently, when writing the code, the screen stops and reboots at the stage of New clock:Gstsystemclock.
I checked the connection with the code of ls /dev/ video and found no problem.
The maximum resolution size is 3280 x 2464.
Is there any problem with writing width=3820 and height=2464 within the code?