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
Instrument Control
NomadSpecialModules
Commits
f8e267e8
Commit
f8e267e8
authored
Apr 09, 2020
by
Abdelali Elaazzouzi
Browse files
remove cout
parent
80ed048d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/drivers/gigecam/genericcam/RealGenericCamDriver.cpp
View file @
f8e267e8
...
...
@@ -509,12 +509,10 @@ void RealGenericCamDriver::readStatus() {
PrintCameraStatus
(
*
camera_iter
);
ret
=
ret
+
m_camera_handler
.
CapturedImages
();
// cout << "CapturedImages= " <<ret<< endl;
}
// cout << "m_camera_handler.CapturedImages() = " << m_camera_handler.CapturedImages()
// << " , m_camera_handler.NumberOfCameras() = " << m_camera_handler.NumberOfCameras() << endl;
if
(
ret
==
owner
()
->
nbCols
()
*
owner
()
->
nbRows
())
{
// cout << "RealGenericCamDriver::readStatus 3 " << endl;
status
|=
END
;
owner
()
->
startActivated
=
false
;
owner
()
->
commandProgression
=
PROGRESSION_END_DEVICE_CONTAINER
;
...
...
@@ -776,11 +774,6 @@ void RealGenericCamDriver::PrintCameraStatus(CCameraControl * camera_control) {
else
{
std
::
cout
<<
"capturing is inactive"
<<
std
::
endl
;
}
// std::cout << "number of captured images: " << camera_control->number_of_captured_images_ << std::endl;
// std::cout << "number of incomplete frames: " << buffer_info->number_of_incomplete_images << std::endl;
// std::cout << "resend requests: " << buffer_info->resend_requests
// << " single: " << buffer_info->resend_requests_single
// << " range: " << buffer_info->resend_requests_range << std::endl;
if
(
buffer_info
->
frameid
>
0
)
{
std
::
cout
<<
"last processed image id: "
<<
buffer_info
->
frameid
<<
std
::
endl
;
}
...
...
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