remove Fake aravis interface
This commit is contained in:
		
							parent
							
								
									2728e2a1ab
								
							
						
					
					
						commit
						5071da304b
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -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)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue