This fixed-point observation system take pictures by Raspberry Pi + camera module and upload to Google Drive.
- Raspberry Pi3 model B+
- Raspberry Pi3 camera module
- Google account
- python3
- Get Google OAuth client id and secret key.
- Fill
client_id
andclient_secret
insettings.yaml
. - Fill your environment info,
save_directory_path
andgoogle_drive_folder_id
incamera.py
. pip3 install google-api-python-client PyDrive
- Run
camera.py
- First run, show authorization page URL on console. Access the URL and get authorization code.