Skip to main content
Inspiring
October 31, 2011
Question

CameraUI - any way to disable the HUD?

  • October 31, 2011
  • 2 replies
  • 603 views

All I need to display the camera is:

var deviceCameraApp:CameraUI = new CameraUI();

var imageLoader:Loader;

deviceCameraApp.launch( MediaType.VIDEO );

But can the HUD (the grey area with buttons) be disabled/hidden?

I couldn't find anything like that in the Adobe docs about CameraUI, so I'm asking here in case it's possible anyway.

This topic has been closed for replies.

2 replies

Participating Frequently
October 31, 2011

No, there isn't. The CameraUI class just opens the default camera app. You don't get a chance to set any options (I don't know if the camera app has any options that you could set anyway.)

TenchyMyoAuthor
Inspiring
October 31, 2011

No way to change the size of the camera window so the HUD ends up outside the viewing area? Or even add a MC on top of the HUD?

When the camera is on, I can't get any graphics to display on top.