remove Fake aravis interface
This commit is contained in:
@ -298,7 +298,6 @@ std::vector<Camera::Description> Camera::getAvailableCameras(bool update)
|
|||||||
{
|
{
|
||||||
if(!scanned_ || update)
|
if(!scanned_ || update)
|
||||||
{
|
{
|
||||||
arv_enable_interface("Fake");
|
|
||||||
arv_update_device_list();
|
arv_update_device_list();
|
||||||
scanned_ = true;
|
scanned_ = true;
|
||||||
}
|
}
|
||||||
@ -321,7 +320,6 @@ std::vector<Camera::Description> Camera::getAvailableCameras(bool update)
|
|||||||
|
|
||||||
Camera::Camera(std::function<void(cv::Mat)> callback): join(false), run(false), callback_(callback)
|
Camera::Camera(std::function<void(cv::Mat)> callback): join(false), run(false), callback_(callback)
|
||||||
{
|
{
|
||||||
arv_enable_interface("Fake");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Camera::openCamera(const std::string& name)
|
bool Camera::openCamera(const std::string& name)
|
||||||
|
Reference in New Issue
Block a user