Skip to content

This fixed-point observation system take pictures by Raspberry Pi + camera module and upload to Google Drive.

Notifications You must be signed in to change notification settings

s12bt/picamera-observation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This fixed-point observation system take pictures by Raspberry Pi + camera module and upload to Google Drive.

Requirement

  • Raspberry Pi3 model B+
  • Raspberry Pi3 camera module
  • Google account
  • python3

Installation

  • Get Google OAuth client id and secret key.
  • Fill client_id and client_secret in settings.yaml.
  • Fill your environment info, save_directory_path and google_drive_folder_id in camera.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.

About

This fixed-point observation system take pictures by Raspberry Pi + camera module and upload to Google Drive.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages