error ./imagenet-console

./imagenet-console is not able to detect logitech c270 camera.

[url]https://drive.google.com/open?id=1ZXSo9YBrfHAvCXAnk7wlP0J7iDKWvrr2[/url]

Hi there, can you post the command line that you launched the imagenet-camera application with? From the log, it appears to be trying to use MIPI CSI camera, so you probably need to specify the --camera=/dev/video0 flag.

See this page for documentation on the camera flags: jetson-inference/imagenet-camera-2.md at master · dusty-nv/jetson-inference · GitHub

Great!
Both
./imagenet-camera --camera=/dev/video0 --width=1280 --height=720
and
python imagenet-camera.py --camera=/dev/video0 --width=1280 --height=720
are working great now…
Thank you…