Updated the snapshot creation based on the latest release of VideoCore (included backwards compatibility if correct)

Former-commit-id: 5bb8d6d7cd673ac8c08a2c9a8f1995231074d327
This commit is contained in:
T. van der Zwan
2013-10-02 07:46:12 +00:00
parent 2b4060c1b1
commit 79be6ea4a2
5 changed files with 54 additions and 7 deletions

View File

@@ -1,8 +1,13 @@
#pragma once
/**
* Enumeration of the possible modes in which frame-grabbing is performed.
*/
enum GrabbingMode
{
/** Frame grabbing is switched off */
GRABBINGMODE_OFF,
/** Frame grabbing during video */
GRABBINGMODE_VIDEO,
GRABBINGMODE_PHOTO,
GRABBINGMODE_AUDIO,