We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0995124 commit ef2d48cCopy full SHA for ef2d48c
examples/zed_oc_sync_example.cpp
@@ -51,8 +51,8 @@ uint64_t mcu_sync_ts=0;
51
// The main function
52
int main(int argc, char *argv[])
53
{
54
- sl_oc::sensors::SensorCapture::resetSensorModule();
55
- sl_oc::sensors::SensorCapture::resetVideoModule();
+ //sl_oc::sensors::SensorCapture::resetSensorModule();
+ //sl_oc::sensors::SensorCapture::resetVideoModule();
56
57
// Set the verbose level
58
sl_oc::VERBOSITY verbose = sl_oc::VERBOSITY::ERROR;
0 commit comments