Skip to content

Commit

Permalink
Refine GStreamer in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsonhacks committed Apr 1, 2019
1 parent 070d37a commit 3be3d52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ The camera should be installed in the MIPI-CSI Camera Connector on the carrier b
To test the camera:

```
$ 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
```

There are three examples:
Expand Down

0 comments on commit 3be3d52

Please sign in to comment.