Im experiencing same issues I cant find any documentation on taking a picture with the TX1 and i can only get a /dev/video0 when i plug in a usb webcam
At the time of launch the V4L2 driver wasnāt ready (which would make the /dev/video* node). However it will be coming in the next L4T update (R23.2). For now, you can access the camera through gstreamer and/or the nvgstcapture sample app.
(sorry for the delay, moving this post to the Jetson TX1 board.)
Dusty - I just tried your example gstreamer pipe and got an āinvalid FPSRange Inputā error. Iāll read through some docs to see why that wouldnāt work, but I also tried one value instead of two and smaller values - each attempt with no success. Any quick input would be appreciated!
Hello,
Try this simple pipeline to get camera preview in screen:
gst-launch-1.0 nvcamerasrc ! āvideo/x-raw(memory:NVMM), width=(int)1920, height=(int)1080,format=(string)I420, framerate=(fraction)30/1ā ! nvtee ! nvoverlaysink -e
Is the next update for L4T (R23.2) going to be 64-bit? I know that ros Moveit! has problems with 32-bit systems and the TX1 uses a 64-bit CPU, so if you guys make a 64-bit L4T update, that would be supremely awesome.
I have flashed my TX1 to the latest OS (the R23.2) and I still cannot see the CSI-2 camera that comes with the dev kit under /dev/video0.
In fact, I canāt use it in any C++ OpenCV application with the suggested gstreamer method without it throwing an error saying something about appslink.
Am I missing something here? Iām 99% sure its on my (the userās) end.