ajb974 / Kibble-Kounter1

Apache License 2.0
1 stars 0 forks source link

Camera - Prepare Instructions for Connection #6

Closed mlivai closed 1 year ago

mlivai commented 1 year ago

(0.5 hr) Prepare instructions (including schematic, photo, screenshots) showing:

mlivai commented 1 year ago

General Instructions:

  1. Locate the camera port located between the PWR USB and GPIO pins.
  2. Take note of the black plastic connector. Pull the plastic connector edges on the camera port up.
  3. Insert the camera ribbon into the HDMI port with the silver connectors facing the HDMI port. Make sure to not bend the flex ribbon cable.
  4. Make sure the camera ribbon is firmly inserted into the port and push the plastic connector back into its original position.
  5. Enable the camera by opening the Terminal on the pi.
  6. Run the following on the Terminal: sudo raspi-config This will take you to Raspberry Pi Configuration Tool.
  7. Select "Interface Options".
  8. Select "Legacy Camera".
  9. Once you are taken to a page with "Would you like to enable legacy camera support?", select "Yes".
  10. Once you are taken to a page with "Legacy camera support is enabled", select "Ok".
  11. Select "Finish".
  12. Once you are taken to a page with "Would you like to reboot now?", select "Yes".
  13. Confirm the camera is connected by running the following on the Terminal: vcgencmd get_camera
  14. The output should be: supported=1 detected=1

[Reference for these instructions: https://www.raspberrypi.com/documentation/accessories/camera.html#installing-a-raspberry-pi-camera]

mlivai commented 1 year ago

Picture for step 1 of General Instructions: IMG_9923

Picture for step 2 of General Instructions: IMG_9924

Picture for step 3 of General Instructions: IMG_9925

mlivai commented 1 year ago

How the pi and camera should look after they are connected (after step 4 of general instructions):

IMG_9922

mlivai commented 1 year ago

Picture for step 7 of General Instructions: Screenshot (616)

Picture for step 8 of General Instructions: Screenshot (618)

Picture for step 9 of General Instructions: Screenshot (620)

Picture for step 10 of General Instructions: Screenshot (619)

Picture for step 11 of General Instructions: Screenshot (621)

Picture for step 12 of General Instructions: Screenshot (622)

mlivai commented 1 year ago

How the terminal should look after the camera is connected to the Pi and enabled (after final step 14 of General Instructions): Screenshot (623)

ajb974 commented 1 year ago

Looks good, good work