8000 GitHub - johannlo2013/rpicam: designed as an user-friendly interface to control a raspberry pi camera
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

johannlo2013/rpicam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

rpicam v0

materials

  • waveshare 3.5 inch touchscreen
  • raspberry pi 4b or later
  • camera module(s)
  • usb-c power bank or li-ion battery
  • usb-c to usb-c cable
  • micro-usb to hdmi cable
  • hdmi cable
  • wired keyboard and mouse
  • 32gb microsd card
  • wired buttons
  • self-designed case (optional)

instructions

assembly

  1. unbox all the materials.
  2. connect the wired button to the gpio pins. one should be on a gnd and one should be on the bcm 21 pin. (refer to rpi 4b map)
  3. align the female gpio pins on the touchscreen to the male gpio pins on the raspberry pi towards the left.
  4. connect the camera ribbon cable to the connector on the raspberry pi and do the same for the module.
  5. plug in the usb-c to the power bank and the other side to the raspberry pi port.
  6. connect the wired keyboard and mouse.
  7. plug in the hdmi cable to the micro-usb adapter and plug the micro-usb to the raspberry pi.

setup

  1. download raspberry pi imager.
  2. etch the latest version of raspbian onto the microsd card.
  3. plug in the microsd card.
  4. turn on the raspberry pi via the power bank.
  5. go through the set up process.
  6. open up the terminal and enter this command: cloning the repository:
git clone https://github.com/johannlo2013/picamera.git

open up a new file called "init.sh" on Desktop:

nano ~/Desktop/init.sh

paste these three lines of code:

cd /
cd /home/mashedpotatoes/picamera/
python3 init.py
  1. double-click "init.sh" on the desktop.
  2. select "execute in terminal".
  3. take pictures and enjoy!

how to use it

  • click the wired button to snap a photo
  • click the record button once to start and stop recording
  • the exit button is self-explanatory
  • click the time button 5 times to open the applications menu

About

designed as an user-friendly interface to control a raspberry pi camera

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0