#How to use
Steps to get the cameraPi working
- 
Use GPIO pin number 10 (You can use any GPIO, change the number in the code) 
- 
Given is the code named 'camera.py' in the directory (you can check inside) 
- 
Keep this directory('cameraPi') in /home/pi 
To run this code on startup, you can do :
- Open terminal and type sudo nano .bashrc
- Go to the down and paste (echo "Activating the Camera") and (without the brackets ) (python3 /home/pi/cameraPi/camera.py)
- Ctrl + O to save the file
- Reboot and now you simply have to open the terminal and it shows "Activating Camera" and you can go on clicking photos.
If you want more ways to run this python code at startup you check out https://www.dexterindustries.com/howto/run-a-program-on-your-raspberry-pi-at-startup/#init
If there are any problem while running this code, do contact me