Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ getImage
Method
getImage
webcam/cvimagewidget.cpp:75–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
74
75
bool CVImageWidget::getImage(QImage &image) {
76
if (_qimage.width() == 0 || _qimage.height() == 0)
77
return false;
78
image = _qimage;
79
return true;
80
}
Callers
1
newWebcamNote
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected