|
@@ -107,7 +107,7 @@ struct stereo_camera {
|
|
|
private:
|
|
private:
|
|
|
|
|
|
|
|
std::thread *trigger_thread = nullptr;
|
|
std::thread *trigger_thread = nullptr;
|
|
|
- std::atomic_flag should_stop = false;
|
|
|
|
|
|
|
+ std::atomic_flag should_stop;
|
|
|
|
|
|
|
|
bool open_impl() {
|
|
bool open_impl() {
|
|
|
CALL_CHECK(left_camera.open(left_camera_name));
|
|
CALL_CHECK(left_camera.open(left_camera_name));
|