How to simulate a camera in netbeans ?
Is it possible to feed output of a webcam as input of the camera ?
Thanks
Kiran
How to simulate a camera in netbeans ?
Is it possible to feed output of a webcam as input of the camera ?
Thanks
Kiran
Hi Kiran,
Sun's WTK supports video recording emulation by using a static 'viewFinder.mpg' video file placed inside "<WTK_INSTALL_PATH>\wtklib\media" folder. So, changing that file will change the captured video too.
About using a realtime video stream, I think It's not possible with WTK.
Pit