I am trying to run ./detectnet-camera --camera /dev/video0 and camera-viewer /dev/video0 examples and running into a segmentation fault. I do have a screenshot of the log, but I am not sure how to post it in this topic. The log is very similar to what is mentioned in this thread:
https://devtalk.nvidia.com/default/topic/1057554/jetson-nano/imagenet-camera-on-my-logitech-hd-webcam-270-crashed-with-segmentation-fault-core-dumped-/
and the difference is that I have already tried providing the camera input as /dev/video0 which is the correct video source.
Another difference in the log is:
[gStreamer] opening gstCamera for streaming, transitioning pipeline to GST_STAT_PLAYING
The other statements in log are similar to the one shown in the link. It ends as follows:
camera-viewer: camera open for streaming
GST_ARGUS: Creating output stream
CONSUMER:Waiting until producer is connected …
GST_ARGUS: Available sensor modes:
Segmentation fault (core-dumped)
Kindly suggest if any other debugging steps are required.