Hi
I when i try the code snippet below. At the first time i can see the camera
capture on the vieoview with no problem.
But after closing the page, when i try the same code again, there is just a
frozen videoview. I think something goes wrong while destroying objects
successfully. Any ideas about this issue?
<canvas>
<videoview name="myVieoView" width="200" height="200">
<handler name="ondestroy">
camm.destroy();
micc.destroy();
</handler>
<camera id="camm" show="true" capturing="true"/>
<microphone id="micc" capturing="true"/>
</videoview>
</canvas>
Regards.
--
Cem SONMEZ