Skip to content

Commit

Permalink
Initial README
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsonhacks authored Jan 22, 2022
1 parent febee03 commit 410e053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ python3 usb-camera-simple.py
```

#### usb-camera-gst.py
usb-camera-gst.py uses the GStreamer backend for OpenCV to interface with the camera (cv2.CAP_GSTREAMER). You are *not* able to use the V4l2 camera properties when using the GStreamer backend. There is a sample H.264 GStreamer pipeline, (commented out). This has been tested with a Logitech C920 webcam.
usb-camera-gst.py uses the GStreamer backend for OpenCV to interface with the camera (cv2.CAP_GSTREAMER). You are *not* able to use the V4l2 camera properties when using the GStreamer backend. There is a sample H.264 GStreamer pipeline, (commented out). This has been tested with a [Logitech C920 webcam](https://amzn.to/3qQzKfi).

To run:
```
Expand Down Expand Up @@ -91,4 +91,4 @@ $ sudo apt install libcanberra-gtk-module
* Initial Release
* JetPack 4.6.1, L4T 32.6.1
* Tested on Jetson Nano and Jetson Xavier NX
* Cameras tested: Logitech C920, Stereolabs ZED, Intel Realsense D435
* Cameras tested: [Logitech C920 webcam](https://amzn.to/3qQzKfi), Stereolabs ZED, [Intel Realsense D435[(https://amzn.to/32ltans)

0 comments on commit 410e053

Please sign in to comment.