| 1033 | } |
| 1034 | |
| 1035 | void PS3EYECam::release() |
| 1036 | { |
| 1037 | if(handle_ != NULL) |
| 1038 | close_usb(); |
| 1039 | if(usb_buf) free(usb_buf); |
| 1040 | } |
| 1041 | |
| 1042 | bool PS3EYECam::init(uint32_t width, uint32_t height, uint16_t desiredFrameRate, EOutputFormat outputFormat) |
| 1043 | { |
nothing calls this directly
no outgoing calls
no test coverage detected