Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Micro-Manager
XenethCamera
Commits
dc3be302
Commit
dc3be302
authored
Mar 03, 2021
by
Rossa, Lutz
Browse files
show fram count just before acquiring an image
parent
3e4bb324
Changes
1
Show whitespace changes
Inline
Side-by-side
XenethCamera.cpp
View file @
dc3be302
...
...
@@ -676,6 +676,7 @@ int XenethCamera::SnapImage()
int
iResult
(
ConvertXenethResult
(
XC_StartCapture
(
m_hCamera
)));
LOG
((
"XenethCamera::SnapImage(%p) started camera, iResult=%d
\n
"
,
this
,
iResult
));
}
LOG
((
"XenethCamera::SnapImage(%p) frame count=%u
\n
"
,
this
,
XC_GetFrameCount
(
m_hCamera
)));
int
iResult
(
ConvertXenethResult
(
XC_GetFrame
(
m_hCamera
,
FT_NATIVE
,
XGF_Blocking
,
static_cast
<
void
*>
(
m_abyImage
.
data
()),
static_cast
<
int
>
(
m_abyImage
.
size
()))));
if
(
g_iSnapCount
<
1000
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment