Skip to content

Commit

Permalink
Format Examples README
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsonhacks committed Jun 25, 2018
1 parent 16334e4 commit 5627710
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,17 @@ $ python3 cannyDetection.py
With the Canny detection demo, use the less than (<) and greater than (>) to adjust the edge detection parameters.

## Notes

1. The gstreamer_view example is from Peter Moran:
https://gist.github.com/peter-moran/742998d893cd013edf6d0c86cc86ff7f
Note that the nvvidconv flip-method was changed to 0. Earlier versions of L4T used a flip method of 2.
Note that the nvvidconv flip-method was changed to 0. Earlier versions of L4T used a flip method of 2.

2. For the Python examples, you will need to have the appropriate librariers installed. From the buildOpenCV scripts:

# Python 2.7
sudo apt-get install -y python-dev python-numpy python-py python-pytest
# Python 3.5
sudo apt-get install -y python3-dev python3-numpy python3-py python3-pytest
#### Python 2.7
$ sudo apt-get install -y python-dev python-numpy python-py python-pytest
#### Python 3.5
$ sudo apt-get install -y python3-dev python3-numpy python3-py python3-pytest


## License
Expand Down

0 comments on commit 5627710

Please sign in to comment.