Skip to content

Commit 3be3d52

Browse files
committed
Refine GStreamer in README
1 parent 070d37a commit 3be3d52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ The camera should be installed in the MIPI-CSI Camera Connector on the carrier b
55
To test the camera:
66

77
```
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
8+
$ 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+
910
```
1011

1112
There are three examples:

0 commit comments

Comments
 (0)