Difference between revisions of "Raspberry Pi: Camera V2"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
Line 21: Line 21:
== Shell usage ==
== Shell usage ==


Rasbian already supplies pre-installed shell scripts for the cameramodul usage. The is one for Capturing Image <code>raspistill</code> and one for capturing video <code>raspivid </code>
Rasbian already supplies pre-installed shell scripts for the cameramodul usage. The is one for Capturing Image <code>raspistill</code> and one for capturing video <code>raspivid </code>.


=== Capturing images ===
=== Capturing images ===

Revision as of 10:26, 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

Rasbian already supplies pre-installed shell scripts for the cameramodul usage. The is one for Capturing Image raspistill and one for capturing video raspivid .

Capturing images

Capturing video

Python Usage

Used Hardware

Raspberry Pi 3 Model B+

Rasperry Pi Camera Modul V2, 8MP

References