MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CloseCamera

Function CloseCamera

tensorflow/contrib/pi_examples/camera/camera.cc:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86Status CloseCamera(int camera_handle) {
87 v4l2_close(camera_handle);
88 return Status::OK();
89}
90
91Status SetCameraFormat(int camera_handle, int wanted_width, int wanted_height) {
92 struct v4l2_format fmt;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected