🖥️raspistill
➡️This is a command-line reference manual for commands and command combinations that you don’t use often enough to remember it. This cheatsheet explains the raspistill command with important options and switches using examples.
4 minute read
▁ ▂ ▃ ▄ ꧁ 🔴☠ COMMANDLINE-KUNGFU WITH CHEATSHEETS ☠🔴꧂▅ ▃ ▂ ▁
# ██████╗ █████╗ ███████╗██████╗ ██╗███████╗████████╗██╗██╗ ██╗
# ██╔══██╗██╔══██╗██╔════╝██╔══██╗██║██╔════╝╚══██╔══╝██║██║ ██║
# ██████╔╝███████║███████╗██████╔╝██║███████╗ ██║ ██║██║ ██║
# ██╔══██╗██╔══██║╚════██║██╔═══╝ ██║╚════██║ ██║ ██║██║ ██║
# ██║ ██║██║ ██║███████║██║ ██║███████║ ██║ ██║███████╗███████╗
# ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝╚══════╝╚══════╝
Raspberry Pi: Raspistill und Raspivid Parameter
Wenn man im Besitz des Kamera Moduls für den Raspberry Pi ist, möchte man mit diesem natürlich auch Fotos und Videos erzeugen. Dazu bedient man sich in dem Betriebssystem Raspbain den Kommandos raspistill und raspivid, welche zahlreiche Parameter besitzen. Im Folgenden zunächst eine Auflistung aller Parameter, die in beiden Programmen benutzt werden können und daraufhin Parameter, die nur für das Image- bzw. Videocapture Programm geeignet sind.
--previewx,y,w,h–Vorschau des Ergebnisses in grafischer Oberflà ¤che. X, Y, W und H müssen durch Position bzw. Größe des Fensters ersetzt werden
--outputPfad–Speicherort und -name für das Bild
--fullscreen–– Vorschau im Vollbildmodus
--nopreview––Verhindert Zeigen einer Vorschau
--sharpness-100 bis 1000Schärfe des Bildes
--contrast-100 bis 1000Kontrast des Bildes
--brightness-100 bis 1000Helligkeit d es Bildes
--saturation-100 bis 1000Sättigung des Bildes
--ISO–â ISO Wert des Sensors (noch nicht verfügbar)
--ev-10 bis 100Belic htungskorrektur des Bildes
--exposureauto (automatisch)
night (Nachauf nahme)
nightpreview (Nachaufnahme)
backlight (Hintergrund bevorzugen)
spotlight (Bildmittelpunkt)
sports (kurze Belichtungszeit)
snow (Schneeszenerien)
beach (Strandszenerien)
fireworks (Feuerwerk)
verylong (Extra lange Belichtung)
fixedfps (Konstante Belichtung)
antishake (bildstabilisierend)Modi für Belichtungszeit
--awbauto (automatisch)
sun (sonnig)
cloud (wolkig)
shade (schattig)
tungsten (Wolframlicht)
fluorescent (schilderndes Licht)
incandescent (Glühbirne)
flash (Blitzlicht)
horizonWeißabgl eich im Bild
--imxfxListe aller Modi in RaspiCam Dokumentation (siehe unten)Effekte (á la Instagram)
--hflip––Horizontales Drehen de s Bildes
--vflip––Vertikales Drehen des Bildes
--rotation0 bis 3590Drehung des Bildes
--verbose––Ausgabe von Debuginformation en
Im Folgenden Parameter, die nur für raspistill gelten:
PARAMETERW ERTESTANDARDWERTFUNKTION
--imxfxListe aller Modi in RaspiCam Dokumen tationEffekte (á la Instagram)
--widthmax. 25922592Breite des Bild es in Pixel
--heightmax. 19441944Höhe des Bildes in Pixel
--quality 1 bis 100?Qualität des Bildes (für JPEG-Komprimierung)
--raw–â Fügt der Bilddatei die RAW Bayer Data hinzu
--timeoutmin. 100500 Zeit bis Bild ausgelöst wird in Millisekunden
--timelapsemind. 1– Intervall in Millisekunden indem Foto ausgelöst werden soll. %d muss als Variable im Dateinamen definiert sein.
--thumbx:y:q64:48:35Erstel lt Thumbnail des Bildes. X und Y definier Breite bzw. Höhe des Bildes und Q die JPEG-Komprimierung
--encodingjpg, bmp, gif, pngjpgDateiforma t der Ausgabe
--exifkey=value–Fügt dem Bild eine EXIF-Information hinzu
######
###############################
# With the camera module connected and enabled, enter the following command in the Terminal to take a picture:
raspistill -o cam.jpg
# With the camera placed upside-down, the image must be rotated 180° to be displayed correctly. The way to correct for this is to apply both a vertical and a horizontal flip by passing in the -vf and -hf flags:
raspistill -vf -hf -o cam2.jpg
# For a full list of possible options, run raspistill with no arguments. To scroll, redirect stderr to stdout and pipe the output to less:
raspistill 2>&1 | less
#!/bin/bash
# You can create a Bash script which takes a picture with the camera. To create a script, open up your editor of choice and write the following example code:
DATE=$(date +"%Y-%m-%d_%H%M")
raspistill -vf -hf -o /home/pi/camera/$DATE.jpg
####################
#==============================##==============================#
# CMD RASPISTILL #
#==============================##==============================#
Cheatsheets are an excellent complement to other information sources like Linux man-pages, Linux help, or How-To’s and tutorials, as they provide compact and easily accessible information. While man-pages and detailed tutorials often contain comprehensive explanations and extensive guides, cheatsheets summarize the most important options forthe command raspistill in a clear format. This allows users to quickly access the needed information for raspistill without having to sift through lengthy texts. Especially in stressful situations or for recurring tasks, cheatsheets for raspistill are a valuable resource to work efficiently and purposefully.
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
█║▌│║█║▌★ KALI ★ PARROT ★ DEBIAN 🔴 PENTESTING ★ HACKING ★ █║▌│║█║▌
██╗ ██╗ ██████╗ ██████╗ ██╗ ██╗███████╗██████╗
████████╗██╔══██╗██╔═══██╗╚██╗██╔╝██╔════╝██╔══██╗
╚██╔═██╔╝██║ ██║██║ ██║ ╚███╔╝ █████╗ ██║ ██║
████████╗██║ ██║██║ ██║ ██╔██╗ ██╔══╝ ██║ ██║
╚██╔═██╔╝██████╔╝╚██████╔╝██╔╝ ██╗███████╗██████╔╝
╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═════╝
█║▌│║█║▌ WITH COMMANDLINE-KUNGFU POWER █║▌│║█║▌
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.