MCPcopy Create free account
hub / github.com/AIRLegend/aitrack / release

Method release

PS3Driver/src/ps3eye.cpp:1035–1040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1033}
1034
1035void PS3EYECam::release()
1036{
1037 if(handle_ != NULL)
1038 close_usb();
1039 if(usb_buf) free(usb_buf);
1040}
1041
1042bool PS3EYECam::init(uint32_t width, uint32_t height, uint16_t desiredFrameRate, EOutputFormat outputFormat)
1043{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected