Difference between revisions of "Raspberry Pi: Camera V2"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
Line 9: Line 9:
* Interpreter: Python or Python3
* Interpreter: Python or Python3


== Description ==
== Installation ==


=== Step 1 ===
Firstly you have to Plug in The Camera Modul with the Ribbon Cable. Then you have to allow the usage of the Camera interface:


Enter these commands in the shell
sudo raspi-config


  echo foo
  -> Interfacing Options
  echo bar
  -> Camera
Enable it


=== Step 2 ===
== Shell usage ==


Make sure to read
== Python Usage ==
 
* War and Peace
* Lord of the Rings
* The Baroque Cycle


== Used Hardware ==
== Used Hardware ==

Revision as of 10:21, 14 October 2020

Summary

This documentation is about the usage of the Raspberry Pi Modul Camera V2. It describes basic usage via the Shell and advanced usage with Python programming.

Requirements

  • Hardware: Raspberry Pi
  • Operating system: Rasbian
  • Interpreter: Python or Python3

Installation

Firstly you have to Plug in The Camera Modul with the Ribbon Cable. Then you have to allow the usage of the Camera interface:

sudo raspi-config
-> Interfacing Options
-> Camera
Enable it

Shell usage

Python Usage

Used Hardware

Device to be used with this documentation Maybe another device to be used with this documentation

Courses

References