Get real exposure time and draw
This commit is contained in:
@@ -43,7 +43,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
api->Start(Source::VIDEO_STREAMING);
|
||||
|
||||
CVPainter painter;
|
||||
CVPainter painter(api->GetOptionValue(Option::FRAME_RATE));
|
||||
|
||||
cv::namedWindow("frame");
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
api->Start(Source::VIDEO_STREAMING);
|
||||
|
||||
CVPainter painter;
|
||||
CVPainter painter(api->GetOptionValue(Option::FRAME_RATE));
|
||||
|
||||
cv::namedWindow("frame");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user