Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. class nvrCameras
  2. {
  3. public:
  4. NetworkAVInput *cam;
  5. Detector *motion; // keeping two detectors as they can run in parallel
  6. Detector *face;
  7. Recorder *event; // will either store video or images
  8. RateLimiter *rate; // will modify rate of output
  9. LocalFileOutput *fileOut; // will store images to disk, and we'll feed in rate as its input, not cam
  10.  
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement