-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# GphotoServer | ||
Python/Flask based web app to control DSLRs using Gphoto2. | ||
Python/Flask based web app to control DSLRs using Gphoto2.<br> | ||
I will be using it to control my Nikon/Pentax DSLRs with Raspberry pi as a portable remote. | ||
|
||
Current Progress | ||
List All available options for the camera on web(/config) | ||
Change one option through url(/config/iso/1)... (will make it a post with multiple variables) | ||
Preview(/preview) link creates retrieves a preview from the camera | ||
Current Progress<br> | ||
List All available options for the camera on web(/config)<br> | ||
Change one option through url(/config/iso/1)... (will make it a post with multiple variables)<br> | ||
Preview(/preview) link creates retrieves a preview from the camera<br> |