• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

camera crash -> my application

Explorer ,
Feb 17, 2015 Feb 17, 2015

Copy link to clipboard

Copied

Problems on some devices:

- kn-mobile (dual Sim)

- ONE TOUCH 4033X

- MediaPad 10 LINK

Adobe air all version.

My code:

.....

personalCam=Camera.getCamera("1");

mycam.attachCamera(personalCam);

....

mycam.attachCamera(personalCam) ->causes the application to crash.

This happens if I use as renderMode direct. -> <renderMode>direct</renderMode>

My manifest.xml:

    <systemChrome>standard</systemChrome>

    <transparent>false</transparent>

    <visible>true</visible>

    <fullScreen>false</fullScreen>

    <aspectRatio>landscape</aspectRatio>

    <renderMode>direct</renderMode>

    <autoOrients>false</autoOrients>

    <softKeyboardBehavior>none</softKeyboardBehavior>

TOPICS
Air beta

Views

401

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Feb 17, 2015 Feb 17, 2015

Copy link to clipboard

Copied

LATEST

I wonder if this is related to the issue I have with Camera.names on any air version ... see  AIR 16 SDK - Camera.names crashes on Windows 8/8.1 ... seems with some cameras it causes the app to totally crash, no error handling.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines