mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Waning fixes for Android samples
This commit is contained in:
@@ -28,7 +28,7 @@ struct Engine
|
||||
cv::Ptr<cv::VideoCapture> capture;
|
||||
};
|
||||
|
||||
cv::Size calc_optimal_camera_resolution(const char* supported, int width, int height)
|
||||
static cv::Size calc_optimal_camera_resolution(const char* supported, int width, int height)
|
||||
{
|
||||
int frame_width = 0;
|
||||
int frame_height = 0;
|
||||
|
||||
Reference in New Issue
Block a user