forked from felis/PTP_2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Video record on/off property def. added
- Loading branch information
Oleg Mazurov
committed
May 2, 2013
1 parent
545b127
commit e9ac743
Showing
1 changed file
with
2 additions
and
0 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 |
---|---|---|
|
@@ -65,6 +65,8 @@ e-mail : [email protected] | |
#define EOS_DPC_CaptureDestination 0xD11C | ||
#define EOS_DPC_BracketMode 0xD11D | ||
|
||
#define EOS_DPC_VideoRecord 0xD1B8 // 4 - start, 0 or 3 - stop | ||
|
||
// Non-PTP Events | ||
#define EOS_EC_DevPropChanged 0xC189 | ||
#define EOS_EC_ObjectCreated 0xC181 | ||
|