We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070d37a commit 3be3d52Copy full SHA for 3be3d52
README.md
@@ -5,7 +5,8 @@ The camera should be installed in the MIPI-CSI Camera Connector on the carrier b
5
To test the camera:
6
7
```
8
-$ gst-launch-1.0 nvarguscamerasrc ! 'video/x-raw(memory:NVMM),width=1024, height=768, framerate=21/1, format=NV12' ! nvvidconv flip-method=0 ! nvegltransform ! nveglglessink -e
+$ gst-launch-1.0 nvarguscamerasrc ! 'video/x-raw(memory:NVMM),width=3820, height=2464, framerate=21/1, format=NV12' ! nvvidconv flip-method=0 ! 'video/x-raw,width=960, height=616' ! nvvidconv ! nvegltransform ! nveglglessink -e
9
+
10
11
12
There are three examples:
0 commit comments