Skip to main content
Participating Frequently
May 9, 2013
Answered

3.8 camera / stagevideo not rendering?

  • May 9, 2013
  • 1 reply
  • 6601 views

Can you guys confirm the the Camera (in combination with video object or stagevideo) is working in 3.8?

When exporting my project with 3.7, everything works fine, but in 3.8 the camera is not rendered.

Has is something to do with BaselineExtended?

Thanks.

This topic has been closed for replies.
Correct answer nimitja

I have downloaded the latest about three hours ago. Is there a new version already or is that the latest?


3.8.0.820 version is the latest one. You can check your AIR SDK version.

-Nimit

1 reply

Adobe Employee
May 10, 2013

Could you please share the platform your project is targeted , device with OS version you are using? Also, please share a code snippet here or a sample application(if possible) at nimitja@adobedotcom. This will help us investigating the issue.

Regards,

Nimit

User Unknow
Legend
May 10, 2013

Hi Nimit,

I confirm - Air 3.8.0.370 don't work with camera & stageVideo. Here is the code:

import flash.media.Camera;

import flash.media.StageVideo;

import flash.geom.Rectangle;

var sv : StageVideo = stage.stageVideos[0];

var camera : Camera = Camera.getCamera();

sv.viewPort = new Rectangle(0,0,1024,768);

sv.attachCamera(camera);

Successed was only on Air 3.6.

Air 3.7.0.1820 also don't work.

Publish settings:

Render method: Direct

Tested on iOS iPad4 16gb  6.1.2 without 3G

Adobe Employee
May 10, 2013

We have been able to reproduce the issue and investigating it now.

Thanks for reporting.

Nimit