jetson-utils icon indicating copy to clipboard operation
jetson-utils copied to clipboard

Difference between camera viewer and video viewer

Open spcrobocar opened this issue 2 years ago • 1 comments

What is the difference between camera viewer and video viewer? Support I am running on a robocar and I would like to run object detection on each frame, should I use camera viewer or video viewer?

spcrobocar avatar May 30 '22 21:05 spcrobocar

Hi @spcrobocar, camera-viewer is an older version that uses the older, deprecated glDisplay/gstCamera APIs.

video-viewer is the newer and preferred version using the videoSource/videoOutput APIs. video-viewer supports a bunch of different kinds of input/output streams.

For running object detection, you should use detectnet/detectnet.py

dusty-nv avatar May 31 '22 14:05 dusty-nv