All Projects → technomancers → Picamera

technomancers / Picamera

Licence: bsd-3-clause
Capture the stream of Images for a Raspberry Pi Camera in GoLang

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Picamera

Picam
Elixir library used to capture MJPEG video on a Raspberry Pi using the camera module.
Stars: ✭ 96 (+357.14%)
Mutual labels:  raspberry-pi, camera
Mmalsharp
C# wrapper to Broadcom's MMAL with an API to the Raspberry Pi camera.
Stars: ✭ 152 (+623.81%)
Mutual labels:  raspberry-pi, camera
Cam2web
Streaming camera to web as MJPEG stream or individual JPEG snapshots. Providing embedded web UI for watching camera directly from a web browser.
Stars: ✭ 117 (+457.14%)
Mutual labels:  raspberry-pi, camera
Pi Webcam
Automation to configure a Raspberry Pi as a USB OTG webcam
Stars: ✭ 990 (+4614.29%)
Mutual labels:  raspberry-pi, camera
Xiaopi
An Open Source Home Security Camera For Raspberry Pi
Stars: ✭ 311 (+1380.95%)
Mutual labels:  raspberry-pi, camera
Rpicam
Raspberry PI Surveillance Automation
Stars: ✭ 77 (+266.67%)
Mutual labels:  raspberry-pi, camera
Sltk
An OpenCV-based structured light processing toolkit.
Stars: ✭ 151 (+619.05%)
Mutual labels:  raspberry-pi, camera
Rpindvi
Raspberry PI NDVI Code
Stars: ✭ 57 (+171.43%)
Mutual labels:  raspberry-pi, camera
Little Backup Box
Software that turns a single-board computer into a versatile and pocketable backup appliance
Stars: ✭ 278 (+1223.81%)
Mutual labels:  raspberry-pi, camera
Pigeon
Pigeon is a simple 3D printed cloud home surveillance camera project that uses the new Raspberry Pi Zero W
Stars: ✭ 266 (+1166.67%)
Mutual labels:  raspberry-pi, camera
Balena Cam
Network Camera with Raspberry Pi and WebRTC. Tutorial:
Stars: ✭ 120 (+471.43%)
Mutual labels:  raspberry-pi, camera
Raspberryio
The Raspberry Pi's IO Functionality in an easy-to-use API for Mono/.NET/C#
Stars: ✭ 593 (+2723.81%)
Mutual labels:  raspberry-pi, camera
Robot
Simple library for controlling a raspberry pi based robot
Stars: ✭ 156 (+642.86%)
Mutual labels:  raspberry-pi, camera
Showmewebcam
Raspberry Pi + High Quality Camera = High-quality USB Webcam!
Stars: ✭ 531 (+2428.57%)
Mutual labels:  raspberry-pi, camera
Gentoo On Rpi 64bit
Bootable 64-bit Gentoo image for the Raspberry Pi4B, 3B & 3B+, with Linux 5.4, OpenRC, Xfce4, VC4/V3D, camera and h/w codec support, weekly-autobuild binhost
Stars: ✭ 831 (+3857.14%)
Mutual labels:  raspberry-pi, camera
Stabping
Continuously monitor your connection/ISP's latency & speed and view them in interactive charts
Stars: ✭ 8 (-61.9%)
Mutual labels:  raspberry-pi
Direwolf
Dire Wolf is a software "soundcard" AX.25 packet modem/TNC and APRS encoder/decoder. It can be used stand-alone to observe APRS traffic, as a tracker, digipeater, APRStt gateway, or Internet Gateway (IGate). For more information, look at the bottom 1/4 of this page and in https://github.com/wb2osz/direwolf/blob/dev/doc/README.md
Stars: ✭ 874 (+4061.9%)
Mutual labels:  raspberry-pi
Raspibolt
Bitcoin & Lightning full node on a Raspberry Pi
Stars: ✭ 842 (+3909.52%)
Mutual labels:  raspberry-pi
K8s On Raspbian
Kubernetes on Raspbian (Raspberry Pi)
Stars: ✭ 839 (+3895.24%)
Mutual labels:  raspberry-pi
Libtensorflow.so Raspberrypi
libtensorflow.so for Raspberry Pi
Stars: ✭ 15 (-28.57%)
Mutual labels:  raspberry-pi

piCamera GoDoc

This package is a wrapper for the raspivid command on the Raspberry Pi. To make development easier on a PC, there is are different Start() methods depending on what is compiled. One is for the Raspberry Pi and the other is for everything else.

Installation

Since this package depends on a Raspberry Pi only command there is an extra flag needed to build this package for the Raspberry Pi.

env GOOS=linux GOARCH=arm GOARM=7 go build -tags pi -a .

Make note of the -tags pi on build. Any main package that has any dependency to this package should have that flag so that this package is built correctly for the Raspberry Pi.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].