Datasheet
6/21/2018 NDVI
http://www.arducam.com/arducam-noir-raspberry-pi-camera-motorized-ir-cut-filter/ 3/4
First we have to edit the config.txt file
Add this line at the end of the config.txt file, save and reboot.
Then use our provide python script to take normal image with IR-cut on and night vision image
with IR-cut off. Using the following commands there are two pictures captured.
ArduCAM pi camera with motorized IR cut filter—
1 sudo nano /boot/config.txt
1 disable_camera_led=1
1 cd piCamLed
2 sudo python ./RPI_camera_IR_CUT_NOIR.py
3 sudo python ./RPI_camera_IR_CUT_IR.py