Today I have conducted the first experiment in a series of planned tests of Raspberry Pi capabilities. It has been a long time since the Pi NoIR camera has attracted my attention. It has a 5 megapixel sensor that can perform with high effectiveness in near to zero lux visibility. Of cause, it would be curious to test it in combination with infra-red LEDs.

Specially for this instrument, a 5 Watt infra-red LED was bought. Here's ebay link to this product: IR LED

 

Raspberry Pi Setup with Pi NoIR and IR LED

 

Initial installation: The Pi NoIR camera is installed in the CSI port behind the ethernet port. In order to connect it, sqeeze the plastic tab and move it upwards. Insert the flexible cable of the camera so that the contact strips are facing the HDMI port. Watch the video for more details.

To enable the camera, type into bash:

sudo raspi-config

The config screen will appear. Use the arrow keys to navigate down to "enable camera" and press enter. When it prompts you, navigate to "yes" and press enter.

Finally, navigate to "finish", then re-start the Pi when it prompts you.

It is a good idea to run update and upgrade commands on your Pi, as you need to make sure that all the right software is available. Run the following in bash:

sudo apt-get update && sudo apt-get upgrade

To take a still picture, you can run the following code in bash:

 

Pi NoIR with IR LED attached

raspistill -o youimagename.jpg

Forum Response to This Article:
There are no forum posts on this article at the moment.
Login to reply