Skip to content

Raspberry Pi Telescope Camera with web interface

License

Notifications You must be signed in to change notification settings

BioGeek/astropicam

 
 

Repository files navigation

Astropicam

Raspberry Pi Telescope Camera with web interface

Features

  • Live camera feed
  • Capture images
  • Capture video footage
  • Store, download and delete astrophotography
  • System status overview (Temperature, Battery level,...)
  • Full Raspberry Pi control over the web interface (Shutdown, Reboot)

Requirements

Hardware
Software
  • Python3
  • Webserver (eg. Apache)
  • PHP
  • ffmpeg

Enable the I2C interface (in case that your Pi is battery powered) and the camera module in the interfacing options of raspi-config.

Important notice

Make sure that the webserver path (eg. /var/www/html) is correct for your system in the HTML/PHP files. The same goes for the path to the Python scripts, which were in my case in the /home/pi directory. Also ensure that the webserver has the rights to read / write / execute the needed files and to replace the ip address 192.168.178.2 in index.html and captureImage.html with your local Raspberry Pi ip address or hostname.

You might also want to start the streamcam.py automatically after boot by using crontab @reboot and adapt your telescope specifications in the 'Tools' page, but that is not necessary.

This system might contain still unknown security issues - use it at your own risk!

License

GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.

Read the full license here


louis-e, 2021

About

Raspberry Pi Telescope Camera with web interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 37.9%
  • PHP 36.8%
  • HTML 20.0%
  • CSS 5.3%