| 64 | void SetCapture(CaptureStatus newStatus) { capturing = newStatus; } |
| 65 | |
| 66 | int GetQueueSize() { return imageQueue.size(); } |
| 67 | void SendFrame(IplImage *frame); |
| 68 | |
| 69 | void Flush(); |
nothing calls this directly
no outgoing calls
no test coverage detected