MCPcopy Create free account
hub / github.com/andybarry/makerscanner / GetQueueSize

Method GetQueueSize

CaptureThread.h:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 void SetCapture(CaptureStatus newStatus) { capturing = newStatus; }
65
66 int GetQueueSize() { return imageQueue.size(); }
67 void SendFrame(IplImage *frame);
68
69 void Flush();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected