Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.5 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.5 KB

Night Vision Goggles

Open source night vision goggles that use old Gear VR headsets as a base.

Parts Required / Assembling

  • 1x Raspberry Pi 3 A+
  • 1x Rpi IR-CUT Camera
  • 6x Waveshare IR Led Board
  • Samsung Gear VR Headset (You can use any cardboard style headset, but you'll need to modify the 3d files accordingly)
  • Powerbank (it should have 2 usb outputs, one should be at least 2A to power the RPI)
  • Usb cables, a button switch for function control and RPI shutdown

There are no full instructions yet, but I have added some photos in the /pictures folder to help you assemble the goggles. I also build on my YouTube channel, it is not an instruction video but it might help: https://www.youtube.com/watch?v=c6y9qKiKzgg

Installation

Copy the nightvision.py to your /pi folder and Run:

$ python3 nightvision.py

To get it to start when the goggles are booted, follow this guide to add the nightvision.py to LXDE autostart: https://www.raspberrypi-spy.co.uk/2014/05/how-to-autostart-apps-in-rasbian-lxde-desktop/

Note: The script is using MMAL to create multiple images of the camera feed, which is the library for the raspicam. Therefore the script is only tested on Raspberry OS Buster and not Bullseye.