Use your Raspberry Pi (RP) with the camera module as prime focus camera for your telescope.
%%%%%%%%%%%%%%% WIP %%%%%%%%%%%%%%%%%%%
% Work in Progress
% The repo does not yet works as expected
% or has not yet been set up completely
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
How it works:
- RP + camera is mounted onto the focuser.
- Local hosted API on the RP via Python client application.
- Local hosted frontend on the RP with the ELM framework. The frontend contains a live stream of the camera, a capture button and the possibility to adjust camera settings.
- The RP is used as an access point. If you log in into the network you are able to reach the local hosted frontend and therefore to use the camera.
- Python 3.8^
- Node 12^
- Raspberry Pi (Tested with RP 4 Model B)
- Raspberry Pi Camera Module V1 or V2
- Camera Mount for your telescope (see [Camera Mount](#Camera\ Mount))
git clone https://github.com/dennisfrei/pi-focus-camera.git
cd pi-focus-camera
cp .env.example .env
pip install -r requirements.txt
- Adjust energy settings
- Enable autostart (pm2)
- Setup access point
You need an option to mount the camera to your telescope for sure, however, there are unlimited possibilities to do this. If you ask Google for it you can find a solution which fits best for your needs.
As it was done at 1, I also asked a friend to print this mount for me.
Use power-pack or accumulator for the RP.
RP
: Raspberry Pi
I was inspired for this project by some excellent blog articles / repositories: