Skip to main content
January 25, 2010
Question

camera settings are not same after live recording.

  • January 25, 2010
  • 1 reply
  • 811 views

Hello Everyone,

I have an application where it records stream from my webcam, stores it in fms 3.5 application folder.

Recording is fine, I am using camera.setMode() method to set the width and height properties for the recording.

for eg: cam.setMode(388,284,15,false);

But when we check for the recorded video i am getting the widht and height as 352 , 264. even after changing the faovare boolean to false.

Can any one help me how i should set the camera so that the recorded video is of same size which i have given.

Thanks in Advance,

Lavanya.

    This topic has been closed for replies.

    1 reply

    Janaki Lakshmikanthan
    Adobe Employee
    Adobe Employee
    January 29, 2010

    Hi,

    Check whether you are trying to set width and height more than the maximum scale of your camera. The maximum scale of your camera might be less than what you have requested for and hence Flash player has adjusted to the requested value.

    Regards,

    Janaki L

    January 29, 2010

    Thanks Janaki,

    It si coming because my camera.setmode()  favarea property is set as false. I changed that to true, after that if the width and height is below 700-70px it is taking as, if the width and height is beyond 700px it istaking the nearest possible resolution.

    Thank you,

    Lavanya.