Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pliablepixels/8eb9daad8cf60c62f577a3aad508e621 to your computer and use it in GitHub Desktop.
Save pliablepixels/8eb9daad8cf60c62f577a3aad508e621 to your computer and use it in GitHub Desktop.
class nvrCameras
{
public:
NetworkAVInput *cam;
MotionDetector *motion;
EventDetector *event; // used if RECORD_VIDEO = 0
MovieFileOutputDetector *movie; // used if RECORD_VIDEO = 1
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment