Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
Status CloseCamera(int camera_handle) {
87
v4l2_close(camera_handle);
88
return Status::OK();
89
}
90
91
Status SetCameraFormat(int camera_handle, int wanted_width, int wanted_height) {
92
struct v4l2_format fmt;
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected