-
Notifications
You must be signed in to change notification settings - Fork 42
Raspberry PI HQ Camera
The Raspberry PI HQ Camera is supported via the indi_rpicam server, however there are some issues with exposures.
In order to take long exposures, an initial throw away exposure must be taken. The throw away exposure must be the first exposure taken after starting the indiserver process.
- 1 second initial exposure allows up to 1 second exposures
- 2 second initial exposure allows up to 6-7 second exposures
- 7 second initial exposure allows up to the max exposure of 200 seconds
indi-allsky will automatically take a 7s initial exposure to allow maximum exposure times.
The camera port might need to be enabled for the HQ camera. The setup.sh script performs the necessary configuration to enable the port. Below is the manual command to enable the port. A reboot will be necessary if the port needs to be enabled.
sudo raspi-config nonint do_camera 0
If you are running indi-allsky as a user other than pi
, you also need to be member of the video
group. You must re-login to activate this change.
sudo usermod -a -G video "$USER"
Defective Pixel Correction [DPC] is enabled by default on the Raspberry PI HQ camera (IMX477). DPC can be disabled with the following command
sudo vcdbg set imx477_dpc 0