Skip to content

Commit ef2d48c

Browse files
committed
Minor fix to sync example
1 parent 0995124 commit ef2d48c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/zed_oc_sync_example.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ uint64_t mcu_sync_ts=0;
5151
// The main function
5252
int main(int argc, char *argv[])
5353
{
54-
sl_oc::sensors::SensorCapture::resetSensorModule();
55-
sl_oc::sensors::SensorCapture::resetVideoModule();
54+
//sl_oc::sensors::SensorCapture::resetSensorModule();
55+
//sl_oc::sensors::SensorCapture::resetVideoModule();
5656

5757
// Set the verbose level
5858
sl_oc::VERBOSITY verbose = sl_oc::VERBOSITY::ERROR;

0 commit comments

Comments
 (0)