camera settings are not same after live recording.
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.
