Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CapSoftware/Cap
/ getCameraOnlyMode
Function
getCameraOnlyMode
apps/desktop/src/routes/camera.tsx:63–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
};
62
63
const getCameraOnlyMode = () => {
64
return window.__CAP__?.cameraOnlyMode === true;
65
};
66
67
const getNativeCameraPreviewInitialState = () => {
68
return window.__CAP__?.enableNativeCameraPreview === true;
Callers
1
isCameraOnlyMode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected