Header banner
Revain logoHome Page
Brandon Roberts photo
Uruguay
1 Level
759 Review
50 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 Brandon Roberts

Revainrating 1 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): import traitletimport ipywidgets.widgets as 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 do not have to match cameracamera_link = traitlets.dlink((camera, 'value'), (image, 'value'), transform=bgr8_to_jpeg )Show image)

Pros
  • Computers and Accessories
Cons
  • May cause harm