This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.1.0 | |
info: | |
title: Grocery API | |
description: A simple API for querying grocery produce | |
version: 1.0.0 | |
servers: | |
- url: http://localhost:8080 | |
paths: | |
/produce: | |
get: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!~/VEnvironments/PiLapseCam/ | |
# TODO | |
# 1.) TRIGGER CAMERA.............................DONE | |
# 2.) MOVE IMAGES FROM SD CARD TO SPEC. FOLDER...DONE | |
# 2.) RENAME FILE TO DATE/TIME USING EXIF........DONE | |
# 3.) INTERVELOMETER ACCOUNTING FOR DAYS, HOURS..DONE | |
# 4.) GRAPHICAL USER INTERFACE | |
# 5.) EMAIL ERROR REPORTING | |
# 7.) GUIDE CAMERA CONTROLS |