MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / camera

Method camera

IPL/src/IPLCameraIO.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52cv::VideoCapture *IPLCameraIO::camera()
53{
54 return _camera;
55}
56
57void IPLCameraIO::release()
58{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected