AIR 3.4 VideoDisplay Camera bug?

The video display on a mobile device with AIR 3.4 sometimes does not display the video being captured. The video is being captured correctly because clients subscribed to the netStream can see it, but it doesn't appear on the capturing device.
I'm using the following example to display the camera on the capturing mobile device: http://forums.adobe.com/thread/676880
I've submitted a bug describing this problem.
https://bugbase.adobe.com/index.cfm?event=bug&id=3327661
Does anyone have ideas how to fix this display without reverting to prior AIR versions?

In case anyone is following this, I have updated the bug report with a very simple sample application. The application simply displays the video from a the local camera on the screen. It works when run with AIR 3.3. It does not work when run with AIR 3.5.

Similar Messages

  • What's the deal with the reported Camera bug?  "forced closing and Camera failed"

    Just ordered a Galaxy S5 yesterday....it should arrive Friday.  I just read today about the camera bug that is only on Verizon.  What's the deal and what is VZW gonna do about it?

    All Galaxy  S-5 members Look use this Link to  what I posted..  it refers to the issues with the camera on the Galaxy S-5
    Galaxy S5 Camera issues

  • I bought a mac air yesterday and it came with lion. Do i have to purchase the mountain lion?, I bougth a mac air yesterday and it came with lion. Do i have to purchase the mountain lion?

    I bought a mac air yesterday and it came with lion. Do i have to purchase the mountain lion?, I bougth a mac air yesterday and it came with lion. Do i have to purchase the mountain lion?

    Am I eligible for the free upgrade?
    See Apple - Free OS X Mountain Lion upgrade Program.
    If you cannot get the free upgrade anymore, then you will have to purchase Mountain Lion.

  • Lumia 900 Camera bug

    Why there is no firmware update to fix the camera bugs of Lumia 900 up to the moment. It is almost a year from the day launched.

    I have contacted the Nokia Hong Kong since I found the problem (over 5 months), but they don't have any solution just ask me to wait for firmware.
    From the day of L900 launched, there were 2 updates (included 31/1/2013), both could not help in this matter.
    30/1, Nokia Hong Kong informed me that the related fix will be ready on April.  Is that true ?  Even there were release on 31 Jan 2013, your Community Manger (Global) also kept it as a secret on his email reply 2 weeks ago. How I can know the release date on April is true.

  • Strange iPhone 4S camera bug after long video recording

    I've encountered today a strange camera bug on my iPhone 4S 32GB (5.0.1) after recording video in my car for rather long time (more than 20 minutes). I've noticed that image on screen is swaying and waving. Later I've founded that saved video also has this bug. After stopping camera app manually and restarting it image becomes normal but for short period (3-4 minutes of recording). If i tried to press home button and just reentering app, camera didn't started at all (showed me closed shutter).
    I'll attach example of saved video - http://www.youtube.com/watch?v=ODccfdzzblA&hd=1
    I think it can be overheating?

    So i had this problem also but my camera worked fine for 2 years. I took it to a store to get a new battery put in and the front camera stopped working.
    The repair guy said its a software issue since the camera isnt linked or close to the batter.
    I tried EVERYTHING. Reset my phone several times. Delete everything. Tried different apps. Just everything.
    Ended up taking it back and asking the guy to change the camera and see if it works.
    What he did do was take my camera out and put it back in.
    Didnt even need to pay for a new one
    This worked for me. And trust me i tried EVERY suggestion on this thread and several others.

  • New N97 Camera Bug

     I just bought an N97, and there is a huge HUGE bug that is bothering me, is a camera bug.
    My phone was bought from Telcel (America Movil) RM-507, Firmware v.20
    The problem starts when I use the camera, it seems to work fine, but if I closed the app and then try to take more photos the app doesn't starts correctly, the camera buttons appear but are freeze, you can close the app, but it does not starts, and if your try again the phone restarts.
    It is annoying, first I thought it was my fault, so I hard reset the phone and and use it without any new app nor any contact, and still the problem was there.
    I want to know if there is a way to fix this, and I have another problem Nokia is extremely slow to  get firmware updates for Telcel phones, actually I haven't seeing a single upgrade from Nokia or Telcel phones.

    I just got a n97 from Telcel (Guaymas, Sonora, Mexico.) They assured me I could get the new firmware (v21). I left my new phone in their office for four days and they returned it with the original v.20.
    I really don't want this phone if we can't get the latest software. What can I do? (I've only had the phone for a 1.5 wks.)
    is there some way to get the new firmware?
    When I bought the phone they said I could get it.

  • AIR Runtime 2.5.1 - Camera bug

    With AIR runtime 2.5.1, no cameras are found on Mac and Windows. (Application built with Flex SDK 4.1 and AIR SDK 2.5)
    This is a very very severe bug.
    Is there any workaround? How many hours until Adobe will release an emergency fix 2.5.2? Is there anyone else with a solution?

    Hello,
    I'm sorry you've run into this problem with the camera api.  It's been reported in this thread (and entered into our database) and we're actively looking into it.  However, I've only been able to reproduce this on the Mac.  Are you seeing this occur on Windows too?
    I don't have a time/date for the next release available, so in the interim I would suggest rolling back to AIR 2.5.  Our archive page also contains a link to the Settings Manager tool that allows you to temporarily disable auto update. 
    I'm sorry for the inconvenience, we'll get this fixed asap!
    Chris

  • Air 17 Camera bug on iOS

    We have fund a bug that only occurs on some iOS devices.
    After returning back from the Camera UI the application behaves strangely. The GUI jumps back and forth and is almost unresponsive. Our camera code has been working fine for several years and has been heavy testet.
    I sounds like the bugfix in the Adobe Air 17 Beta from March 24, 2015 should fix the problem:
    * Stage alignment get distorted on returning back from Camera UI. (3946793)
    But the problem is both in Air 17 (version 17.0.0.124) and Air 17 Beta - March 24, 2015.

    Hi,
    Thanks for the update. Can you tell us on which devices you are finding this faulty behavior. (also iOS version)
    We have tried it locally, but couldn't reproduce it with new builds.
    Below are the two videos I made regarding the same.
    First one with AIRSDK 17.0.0.124
    Dropbox - test_with_17_0_0_124.mp4
    And other one with AIRSDK 17.0.0.144
    Dropbox - test_with_17_0_0_144.mp4
    Can you provide a sample project as well, with which you are able to reproduce it ?
    -Tushar

  • Air 3.5 front camera issue

    I am using the latest air 3.5 sdk to build an video application. But I find that the front camera can not render correctly in spark.VideoDisplay, while the back camera is ok.
    My deivce is galaxy nexus, android 4.1.2, the code is below:
    protected function init(event:FlexEvent):void
            cam = getFrontCamera();
            if (cam != null)
                    videoDisplay.videoObject.attachCamera(cam);
    public function getFrontCamera():Camera
            if (Camera.isSupported == false)
                    return null;
            var numCameras:int = Camera.names.length;
            var frontCam:Camera;
            for (var i:int = 0; i < numCameras; i++)
                    frontCam = Camera.getCamera(Camera.names[i]);
                    if (frontCam.position == CameraPosition.FRONT)
                            break;
                    frontCam = null;
            return frontCam;
    <s:VideoDisplay id="videoDisplay" x="0" y="0" width="100%" height="100%" creationComplete="init(event)">
                    <s:source>
                            <s:DynamicStreamingVideoSource host="" streamType="live">
                                    <s:DynamicStreamingVideoItem  />
                            </s:DynamicStreamingVideoSource>
                    </s:source>
    </s:VideoDisplay>
    The camera result below:
    Any help will be appreciate.

    Looks like he created a bug report, I am having the same issue and cannot find a work around on droid bionic after upgrading from 3.4 to 3.5.
    Please vote if it looks like your issue, https://bugbase.adobe.com/index.cfm?event=bug&id=3364427

  • IOS Camera bug with orientation :(

    Does somebody know this bug?
    I use this simple code:
    import flash.media.Video;
    import flash.media.Camera;
    import flash.display.StageOrientation;
    var video : Video = new Video(640,480);
    addChild(video);
    var camera : Camera = Camera.getCamera();
    camera.setMode(640,480,12);
    video.attachCamera(camera);
    And receive this issue. Image rotated. Looks like Adobe Air UIView use wrong orientation!?
    This bug was sawn in Air 13 Release and latest beta from April, 15th. Don't know any other Air version that have this issue so you need to test yourself.
    Tested in iOS 6.1.3 iPhone4 and iPad4 iOS 7.1 - the same.
    Options on this image:
    - Portrait
    - FullScreen
    - no autoOrientation
    - CPU render method
    - iPhone
    Referencing to this thread http://forums.adobe.com/message/6153866#6153866
    No, you can't rotate because if you use "Draw" to bitmapData - you will receive content with wrong orientation and rotating it - not cheap cpu operation.

    What you described is exactly how it worked for me in iOS 4.
    If i clicked CLOSE, it assumed I read the message and was done with it.

  • SWFLoader in Air can't access Camera/Mic?

    I have a Flex swf file I'm loading into an Air 1.5 app that does a video chat. Flex app standalone in a browser works fine, but when loaded into the Air app  by SWFLoader, it can not stream cam/mic. logging shows it successfully connecting streams and running localVideo.publish(name).
    Is this a security issue or something that is going make me cringe?
    Really need an answer, any help appreciated,
    Greg

    When loading SWFs inside a Flex/AIR app, you can see restrictions depending on how each SWF was compiled, and what resources it is trying to access.
    See these Flex Builder help sys pages, or LiveDocs for more info:
    Loading local assets
    SWFLoader control
    Using multiple SWF files

  • [AS3 AIR] 2880x2880 Size Limit, Camera, Filter, CameraRoll Issues & Finger Friendly Components

    AS3 AIR ANDROID
    I started playing with this Adobe AIR for Adroid by building an app that would let the user take a picture using the mobile device's native camera app.  Then, I'm applying filter effects to make the image look cool.  Then, I'm allowing the user to save the image back to the camera roll.
    Here are some questions that I have:
    KEEPING UP WITH CURRENT TECHNOLOGY
    Are we limited to the 2880x2880 stage size limit?  Although, this dimension does yield 8+megapixels, it's not in the ratio that most camera sensors are built (widescreen).  Plus, you can bet that newer cameras will have even higher dimensions.  Will this be updated to keep up with current technology requirements?
    IMPORTING & MANIPULATING CAMERA DATA
    Code
    var bmpData:BitmapData = new BitmapData($loader.width, $loader.height);
    bmpData.draw(DisplayObject($loader));
    bmp = new Bitmap(bmpData);
    bmp.width = Capabilities.screenResolutionX;
    bmp.height = Capabilities.screenResolutionY;
    if (CameraRoll.supportsAddBitmapData) {
        var cameraRoll:CameraRoll = new CameraRoll();              
        cameraRoll.addEventListener(ErrorEvent.ERROR, onCrError);
        cameraRoll.addEventListener(Event.COMPLETE, onCrComplete);
        var savedBmpData:BitmapData = new BitmapData (bmp.width, bmp.height);
        savedBmpData.draw(DisplayObject(bmp));
        cameraRoll.addBitmapData(savedBmpData);
    } else {
        trace("~" + "Camera Roll not supported for this device.");
    addChild(bmp);
    When you capture an image using the mobile device's camera app, you have to use the Loader object.
    So, here, I am doing just that with these steps:
    First, I'm creating a BitmapData object and sizing it the same as the camera image.
    Pass the camera image into the BitmapData object.
    Create a Bitmap object and pass in the BitmapData.
    Resize it to fit on the stage.
    Check for Camera Roll and then create a savedBmpData BitmapData object at the size of the screen.
    Pass in the bmp.
    Save it to the Camera Roll.
    The problem is that when the image is displayed on the phone, it shows THE ENTIRE (uncropped) image.  However, the image that is saved to the phone is only the top 800x480 corner of the image.  What is wrong?  How do we save an image to the Camera Roll that is larger than the display area of the phone.  It seems like the only way to save the entire camera image is to resize it to fit the stage and then capture the stage into a bitmapData object.
    FILTERS
    If you apply any filters to the bitmapData object, the filter effects will display on the phone, but if the image is saved to the Camera Roll, then all the filters are lost and it only saves the original (unfiltered) image.
    FINGER FRIENDLY UI COMPONENTS
    Do they exist?
    ADDITIONAL NOTES
    The max image size that can be saved is 2039x2039 pixels on the HTC Evo.  Anything bigger than this resulted in a CameraRoll Error #1 (which there is no documentation for what that means ANYWHERE on the web).

  • Air 2.7, ios, rtmfp bug - known problem?

    Hello,
    i have a little Video & Audio Broadcaster and Receiver Application, using rtmfp and cirrus.
    As an Example, following Scenario:
    1. Broadcaster: AIR Debug Launcher on my Laptop
    2. Receiver: IPad App 
    => Everything works as expected, the Broadcaster Application on my Laptop broadcast its live Audio/Video Stream, the Ipad App can receive it.
    Now comes the strange part. When i switch the IPad App to the Broadcaster and my Laptop Air App to the Receiver, it does not work anymore; so the scenario is as follows: 
    1. Broadcaster: IPad App
    2. Receiver: AIR Debug Launcher on my Laptop 
    In this Scenario the Receiver NetStream gets no NetStatusEvent.NET_STATUS after tring to play the Stream, the Broadcaster's NetStream fires no onPeerConnect Event. 
    This renders my app pretty much useless and iam interested to hear if this is a known bug or if iam missing something?

    Hi Chris,
    could you be so kind and forward this code here:
    http://codetidy.com/792
    to the ios team? this is a very simple script which sends and receives a video stream via rtmfp.
    it works on web, in the air launcher but not on ios after packaging.
    it worked on ios when i used rtmp via red 5, but with rtmfp it does not, so it might be an ios / rtmfp related bug.
    thanks for your help, i'll fill a bug request, as you described.

  • E71 camera bug - white lines

    After installing new firmware version 400.21.013 some new bugs appeared. When I'm using camera sometimes picture has large pixels and it isn't bright. Also from time to time some white lines appear on the screen. They are not grid lines that you can turn on and off. I've tried to take a picture of them but it's fuzzy. Those lines on the picture are thin. Beside them some thick white line also appeared but I couldn't capture that moment

    I have the same problem too...
    I think it is a software problem with to many applications open.
    It also happens if the screen lock kicks in and I press a button to re activate.
    Only once has my phone "frozen" and then I had to take the battery out.
    I can live with it though.
    All the Nokia's I have owned
    3110*
    3210
    6110
    6210
    6310
    6230i
    3330 (swapped the next day for 8310*)
    E71*
    * = personal phone the rest were company phones

  • MacBook Air 2013 Monitor slow response bug

    Hello, I have very big trouble with my Macbook Air Display.
    The monitor has a big response.
    During my work, my eyes are very tired.
    Bug very well seen in the video.
    https://www.youtube.com/watch?v=5hSgms8FiNw

    Given that you purchased it only recently, if you believe this is a hardware fault contact AppleCare and have them fix it. What you describe is not a commonly known problem.
    It's your Mac; if you want to modify it with third party junk like TotalFinder the consequences are also yours.

Maybe you are looking for

  • The road to Infinity. My diary.

    Current Status: Order Placed I thought I'd write a diary of my progress as I thought it may be of interest to some people. Moreover I am hoping that it will be a positive thread to have on these forums as I see so many disappointed and unhappy people

  • Possible issue with Web service connections in SP3

    Hello, I installed Xcelsius 2008 SP3 over SP2 and some of my input values for my web service connection were not being built into the XML request. I then rolled back to 2008 SP2 and all was fine. Not a thing i tried could fix it, and it was not all t

  • Print preview for so10 differs btw dev n prd

    Hi experts, how come the preview of so10 between prd n dev is different even the line spacing n font is the same i use dot matrix printer to preview

  • Mac Pro 1.1 2006-2007

    Originally this posted as 1996-1997 as I was attempting to post this at 2:30am. I recently had an experience with my Mac Pro 1.1 where it started lagging badly and when I attempted to reboot it locked up. At one point the Time Machine external drive

  • Date chooser. Anyone know of one?

    I am looking for a date chooser. I saw a component for C/C++ that looks like a calendar and the user can choose a date from the calendar. Has anyone seen such a critter for Java?