Some more fixes to better support 16 bit.

This commit is contained in:
Tadas Baltrusaitis
2017-12-15 20:01:28 +00:00
parent 7d58b86020
commit d0279d2224
3 changed files with 1 additions and 37 deletions

View File

@@ -364,9 +364,6 @@ cv::Mat ImageCapture::GetNextImage()
exit(1);
}
// Convert the latest frame to 3 channel 8 bit format if it is not in it already
//ConvertToRGB_8bit(latest_frame); TODO check
image_height = latest_frame.size().height;
image_width = latest_frame.size().width;