Skip to content

BayCEER/pi-webcam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pi Webcam

Web service interface written in go to capture images of a raspberry camera module. Implemented on top off raspistill and raspiyuv commands. Please have a look at main.go for a list of available query parameters.

Typical usage

# Get a jpg image over the still interface
wget --user webcam --password webcam -O test.jpg  http://localhost/still?timeout=1000

# Get yuv image as raw
wget --user webcam --password webcam -O test.bin  http://localhost/yuv?timeout=1000&awb=off

Installing

  • Import the repository key
    wget -O - http://www.bayceer.uni-bayreuth.de/repos/apt/conf/bayceer_repo.gpg.key |apt-key add -
  • Add the BayCEER Debian repository
    echo "deb http://www.bayceer.uni-bayreuth.de/repos/apt/ $(lsb_release -c -s) main" | tee /etc/apt/sources.list.d/bayceer.list
  • Update your repository cache
    apt-get update
  • Install the package
    apt-get install pi-webcam

Authors

History

Version 1.1.0, Oct, 2020

  • Added width and height parameters

Version 1.0.0, Sep, 2020

  • Initial release with basic capture capabilities

License

GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007

About

Web service interface for raspberry pi cameras

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published