Anh Quan Tran

Results 10 issues of Anh Quan Tran

Thanks for your tutorial I followed your tutorial. Error occured ``` Start building x86 version CMake Error at /home/vm/Desktop/opencv_android/android-cmake/android.toolchain.cmake:616 (message): Could not find any working toolchain in the NDK. Probably...

With opencv version for android built-in on home page. https://sourceforge.net/projects/opencvlibrary/files/opencv-android/3.4.0/opencv-3.4.0-android-sdk.zip/download Folder structure as follows ![image](https://user-images.githubusercontent.com/21956433/45941195-33bb0a00-c007-11e8-9331-e4bdd7572574.png) java folder ![image](https://user-images.githubusercontent.com/21956433/45941207-40d7f900-c007-11e8-99bf-3dee3fe84838.png) native folder ![image](https://user-images.githubusercontent.com/21956433/45941214-4d5c5180-c007-11e8-9eac-5c056cd62698.png) libs folder ![image](https://user-images.githubusercontent.com/21956433/45941223-564d2300-c007-11e8-81f8-cc5247cbbe0b.png) When we need to add opencv...

Hello When build process finished. I checked folder android_opencv but missing version x86_64 ![image](https://user-images.githubusercontent.com/21956433/44295700-d54c8e80-a2d8-11e8-8b9a-9f922906763c.png) How to build full versions Thanks

I'm facing a problem with version compatibility when use spark with almond-sh kernel on windows. I tried many times with different version but not succeed (i also tried check compatibility...

Hi, I setup almond sh kernel for jupyter-lab on windows. It work well when run scala code. But when i create NotebookSparkSession, i facing an issue like that ``` val...

Hi, I setup almond kernel on windows. It's work well with scala and spark local. But i want to use remote hdfs and remote yarn to submit job. So i...

Hi, I setup almond sh kernel for jupyter-lab on windows. When i create NotebookSparkSession on YARN, i facing an issue like that ``` ERROR Execute exception in user code (java.lang.RuntimeException:...

Hello. When i open activity.xml file and preview it, error occured ``` Rendering Problems The following classes could not be instantiated: - net.jonreynolds.androidopencvcamera.MyGLSurfaceView (Open Class, Show Exception, Clear Cache) Tip:...

Hello. Size of image output = (h,w) = (554, 960) How to resize or get size with default camera Thanks

Hello. Thanks for your demo. How to get frames image for reatime image processing?