Expand my Community achievements bar.

WebCamera settings - video

Avatar

Former Community Member

Hello,

I'm having problems configuring the output stream from rtc:WebCamera.

I am trying to set the video size to 320x240.

I have tried:

<rtc:WebCamera width="320" height="240" aspectRatio="landscape"/>

but the application was not starting. ( any way I can view some debug information? )

Also, after a bit of search, I tried using:

connectSession.streamManager.changeSizeStream(StreamManager.CAMERA_STREAM, 320, 240);

but the video size remains to "standard".

Any way I can change to video size to my will?

Also, is there any way I can remove the label with the username from the view?

1 Reply

Avatar

Former Community Member

Hi,

You may have to use aspect ratio and resolution factor. You can follow the forum thread of yesterday , if you want to set your width/height.

http://forums.adobe.com/message/3002828#3002828

Hope this helps

Thanks

Hironmay Basu