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

Method CaptureThread

CaptureThread.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22DEFINE_EVENT_TYPE(IMAGE_UPDATE_EVENT)
23
24CaptureThread::CaptureThread(wxFrame *windowIn, CvCapture *captureIn) : wxThread(wxTHREAD_JOINABLE)
25{
26 capturing = IDLE;
27 window = windowIn;
28 cvCapture = captureIn;
29}
30
31// called on thread quit -- free all memory
32void CaptureThread::OnExit()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected