camera_tutorial
camera_tutorial copied to clipboard
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,...
Invalid argument(s): Failed to lookup symbol (dlsym(RTLD_DEFAULT, convertImage): symbol not found)
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  
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...