diff options
Diffstat (limited to 'src/camera/ov9281.cpp')
| -rw-r--r-- | src/camera/ov9281.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/camera/ov9281.cpp b/src/camera/ov9281.cpp index 1a324e4..5b6936d 100644 --- a/src/camera/ov9281.cpp +++ b/src/camera/ov9281.cpp @@ -259,14 +259,14 @@ std::vector<std::shared_ptr<OV9281>> OV9281::search( { auto id = camera->id(); auto c = manager->get(id); - auto ov9281 = std::shared_ptr<OV9281>(new OV9281(c)); + // auto ov9281 = std::shared_ptr<OV9281>(new OV9281(c)); - if (!ov9281->init()) - { - continue; - } + // if (!ov9281->init()) + // { + // continue; + // } - result.push_back(ov9281); + // result.push_back(ov9281); } return result; |
