JetsonHacksNano / CSI-Camera

Simple example of using a CSI-Camera (like the Raspberry Pi Version 2 camera) with the NVIDIA Jetson Developer Kit
Other
835 stars 285 forks source link

print statement error #4

Closed ozett closed 4 years ago

ozett commented 5 years ago

https://github.com/JetsonHacksNano/CSI-Camera/blob/master/simple_camera.py#L43 shoudl be with parantheses:

print ('Unable to open camera')

ozett commented 5 years ago

and anoter type-error for python, i guess:

https://github.com/JetsonHacksNano/CSI-Camera/blob/master/simple_camera.py#L27

JetsonHacksNano commented 4 years ago

The repository has been updated for Python 3. Thank you for finding the issue.