Header banner
Revain logoHome Page
Dru Labrado photo
Sweden, Stockholm
1 Level
713 Review
51 Karma

Review on πŸ“· Waveshare IMX219-160IR Camera for Jetson Nano: Infrared Night Vision, High Resolution of 3280 Γ— 2464, 8 Megapixels, Wide 160Β° FOV, IMX219 Sensor Ideal for Face Recognition, Road Mark Detection, and License Plate Recognition by Dru Labrado

Revainrating 4 out of 5

Powered by Nvidia Jetson Nano

This camera and its IR LEDs worked right away on my Jetson Nano. I tested it in Jupyter with the following code (from the Nvidia forums): widgetsfrom IPython.display import displayfrom jetbot import Camera, bgr8_to_jpegcamera = Camera.instance(width=224, height=224)image = widgets.Image(format=' jpeg' , width=224, height=224) # this width and height does not have to match the camera camera_link = traitlets.dlink((camera, 'value'), (image, 'value'), transform=bgr8_to_jpeg)display( pictures )

Cons
  • Ugly packaging