Add Test Mode and Viewfinder
This commit is contained in:
@@ -7,15 +7,5 @@ using namespace cv;
|
||||
void FaultManager::SaveImage(Mat image)
|
||||
{
|
||||
// Tag date, time, gps in file meta data
|
||||
imwrite( "/tmp/uniquetime.png", image);
|
||||
}
|
||||
|
||||
int FaultManager::GetTemp()
|
||||
{
|
||||
return temp;
|
||||
}
|
||||
|
||||
double FaultManager::GetArea()
|
||||
{
|
||||
return area;
|
||||
//imwrite( "/tmp/uniquetime.png", image);
|
||||
}
|
||||
Reference in New Issue
Block a user