Jetson Inference
DNN Vision Library

Camera capture and streaming using GStreamer for MIPI CSI and V4L2 devices. More...

Classes

class  gstCamera
 MIPI CSI and V4L2 camera capture using GStreamer and nvarguscamerasrc or v4l2src elements. More...
 

Enumerations

enum  gstCameraSrc { GST_SOURCE_NVCAMERA, GST_SOURCE_NVARGUS, GST_SOURCE_V4L2 }
 Enumeration of camera input source methods. More...
 

Functions

const char * gstCameraSrcToString (gstCameraSrc src)
 Stringize function to convert gstCameraSrc enum to text. More...
 

Detailed Description

Camera capture and streaming using GStreamer for MIPI CSI and V4L2 devices.

Enumeration Type Documentation

◆ gstCameraSrc

Enumeration of camera input source methods.

Enumerator
GST_SOURCE_NVCAMERA 
GST_SOURCE_NVARGUS 
GST_SOURCE_V4L2 

Function Documentation

◆ gstCameraSrcToString()

const char* gstCameraSrcToString ( gstCameraSrc  src)

Stringize function to convert gstCameraSrc enum to text.