I am using commands from this page Nvidia Nano IMX219 camera messages - RidgeRun Developer Connection
dmesg | grep -iw -e imx219 -e vi
and the output
[ 0.439825] iommu: Adding device 54080000.vi to group 11
[ 1.765169] imx219 7-0010: tegracam sensor driver:imx219_v2.0.6
[ 1.788600] imx219 7-0010: imx219_board_setup: error during i2c read probe (-121)
[ 1.796180] imx219 7-0010: board setup failed
[ 1.800645] imx219: probe of 7-0010 failed with error -121
[ 1.801166] imx219 8-0010: tegracam sensor driver:imx219_v2.0.6
[ 1.974602] vi 54080000.vi: vi_probe: ++
[ 1.991250] vi 54080000.vi: initialized
[ 1.996601] vi 54080000.vi: subdev nvcsi–2 bound
[ 1.996702] vi 54080000.vi: subdev nvcsi–1 bound
[ 1.996711] vi 54080000.vi: subdev imx219 8-0010 bound
and after i used this command to show this camera
DISPLAY=:0 gst-launch-1.0 nvarguscamerasrc sensor-id=0 num-buffers=300 ! 'video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080, format=(string)NV12, framerate=(fraction)30/1' ! nvvidconv ! queue ! xvimagesink
output:
Setting pipeline to PAUSED …
Pipeline is live and does not need PREROLL …
Setting pipeline to PLAYING …
New clock: GstSystemClock
GST_ARGUS: Creating output stream
CONSUMER: Waiting until producer is connected…
GST_ARGUS: Available Sensor modes :
GST_ARGUS: 3264 x 2464 FR = 21.000000 fps Duration = 47619048 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;
GST_ARGUS: 3264 x 1848 FR = 28.000001 fps Duration = 35714284 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;
GST_ARGUS: 1920 x 1080 FR = 29.999999 fps Duration = 33333334 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;
GST_ARGUS: 1280 x 720 FR = 59.999999 fps Duration = 16666667 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;
GST_ARGUS: 1280 x 720 FR = 120.000005 fps Duration = 8333333 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;
GST_ARGUS: Running with following settings:
Camera index = 0
Camera mode = 2
Output Stream W = 1920 H = 1080
seconds to Run = 0
Frame Rate = 29.999999
GST_ARGUS: PowerService: requested_clock_Hz=13608000
GST_ARGUS: Setup Complete, Starting captures for 0 seconds
GST_ARGUS: Starting repeat capture requests.
CONSUMER: Producer has connected; continuing.
Then nano crashed, with no output and no windows popup.
Could you tell me how i can fix this problem, or could you tell me some methods to diagnose the error.
Thank you so mush!!