-
Notifications
You must be signed in to change notification settings - Fork 17
Getting Started
Ivmech Mechatronics Innovation Ltd. edited this page Apr 21, 2015
·
6 revisions
Ivport is using Raspberry Pi VideoCore camera library. Therefore firstly camera module support should be enabled in Raspberry Pi's operation system.
Open the raspi-config
tool from the Terminal:
sudo raspi-config
Select Enable Camera
and hit Enter, then go to Finish
and you'll be prompted to reboot.
Once Raspberry Pi rebooted, single camera module can be checked without using Ivport.
Taking a simple photograph from the Terminal:
raspistill -o test.jpg
If everything seems well, Ivport will be usable easily.
Shutdown Raspberry Pi with sudo shutdown -h now
and disconnect power supply to attach Ivport module and its connected camera modules together without any damage.
Once Ivport is attached, you can power on Raspberry Pi normally.