camera_tutorial icon indicating copy to clipboard operation
camera_tutorial copied to clipboard

Results 6 camera_tutorial issues
Sort by recently updated
recently updated
newest added

Hello. How can i convert your uint32_t *image to openCV Mat in c++? I had converted but not successed Here is my code in c++ ``` cv::Mat intMat_RGBA = cv::Mat(cv::Size(oriImgWidth,...

I met a problem with this function ``` Convert conv = convertImageLib .lookup('convertImage') .asFunction(); ``` ``` [VERBOSE-2:ui_dart_state.cc(199)] Unhandled Exception: Invalid argument(s): Failed to lookup symbol (dlsym(RTLD_DEFAULT, convertImage): symbol not found)...

Thanks for your public code. I ran your code and had some issues that the image captured by Camera was flipped and had screen ![Screenshot_2021-01-07-17-20-28](https://user-images.githubusercontent.com/35995951/103881296-d5998e80-510c-11eb-9ea9-e3b62b8e21b7.png) ![Screenshot_2021-01-07-17-20-19](https://user-images.githubusercontent.com/35995951/103881300-d6cabb80-510c-11eb-89b4-81ad14f9291e.png)

Hey Hugand. Love your work. So I've been trying to send live frames to server after converting to base64. But the conversion from yuv to normal image for every image...

# Why is using Dart(convertYUV420toImageColor) slower under release than debug? ## Test Environment phone: huawei Mate7 Android version: 6.0 CPU: Hisilicon Kirin 925 ## Let's look at the results first...

I looked at the code for your converter. C file,It is almost the same as the code I found from this issue(https://github.com/flutter/flutter/issues/26348#issuecomment-462321428), why is the code of c fast Your...