-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I call Camera but nothing happens. #53
Comments
Same here, in Android logcat I see those statements D/AirImagePicker(24131): [IsCameraAvailableFunction] entering call() So apparently this class invokes an Intent but without success. Maybe some additions in manifest are needed? |
Hi, did you solve this??? I have the same problem with the image picker option. |
Hello,
I can't tell because I switched to a paid third party ANE, but in order
to use this other ANE, I had to comment out the following line:
<!-- <uses-permission
android:name="android.permission.CAMERA"/> -->
because probably it made conflict with the new, more detailed,
uses-feature lines:
<uses-feature android:name="android.hardware.camera"
android:required="false" />
<uses-feature
android:name="android.hardware.camera.front" android:required="false" />
<uses-feature
android:name="android.hardware.camera.back" android:required="false" />
<uses-feature
android:name="android.hardware.camera.autofocus" android:required="false"/>
I don't know if this could solve Freshplanet problem, too. Give it a try.
Best regards,
Raffaele
Il 19/05/2017 18:50, s2hago ha scritto:
…
Hi, did you solve this??? I have the same problem with the image
picker option.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABvRKxztufVAHJXeA5iduZ97tQYrVMw_ks5r7cg6gaJpZM4LzUXf>.
|
Have a similar issue, getting:
But nothing happens, even with the latest security permissions. |
Downgrading the SDK to 25 fails as well, will try to lower the -swf-version to 34 It all worked before, but I might have upgraded the ANE and upgraded the AIR SDK as well... |
Both of these return yes. However, when I try to run it, the camera doesn't show up and nothing happens except my trace statement here.
The text was updated successfully, but these errors were encountered: