ros
New Member
Posts: 4
|
Post by ros on Mar 17, 2017 11:06:58 GMT
Current in the controller I have set the Rho::Camera.desiredWidth = 640 and Rho::Camera.desiredHeight = 480 before calling the takePicture. But the device that I current tested the implementation does not capture the image with the desired resolution. It capture it in 174 * 144 resolution. Noticed that the Rho::Camera.supportedSizeList returns different resolution list at times (e.g. sometimes it show only [{174,144}] and other times it shows [{174,144}, {320,240}, {640,480}, etc]) And also am trying to write the application specifically for Xplore xslate D10 device. which has this problem. Tested on other device it seems to work fine there. Any work around for the issue happening for the specific device.
|
|
|
Post by Super Admin on Mar 17, 2017 11:11:12 GMT
We support real resize of captured image to exactly desired size on Android in 5.5.x version. Also supported grayscale and system camera activity used by default. Try to use latest stable build: 5.5.0.22 rhomobile.tau-technologies.com/index.html
|
|
ros
New Member
Posts: 4
|
Post by ros on Mar 17, 2017 11:29:01 GMT
We support real resize of captured image to exactly desired size on Android in 5.5.x version. Also supported grayscale and system camera activity used by default. Try to use latest stable build: 5.5.0.22 rhomobile.tau-technologies.com/index.htmlI am getting the below error when trying to get a apk build for Rho 5.5 Error: No Android SDK add-on found: EMDK And I tried installing EMDK version 3.1 and its update for the following link: www.zebra.com/us/en/support-downloads/software/developer-tools/emdk-for-android.html. Which did not work I am still getting the same error. Can I get the steps to build out android apk using Rho 5.5 or some solution for the error. Note: apk were building properly when I was using Rho 5.4
|
|
|
Post by Alex Epifanov on Mar 17, 2017 13:57:07 GMT
Hi ros,
please make sure you have 'addon-symbol-emdk_v3.1_API-19' folder inside your effective Android SDK location, which is used by Rhodes.
Regards, Alex.
|
|