Change the video played when emulating camera (MMAPI)
Hi!I'm currently developing a J2ME appli that uses MMAPI.When I launch it on Sun WTK Emulator, a little video (with Taj Mahal etc.) is played to simulate what the camera is actually shooting.Is it possible to change this video?Thanks in advance.
[281 byte] By [
vin100a] at [2007-11-27 9:39:09]

# 1
Hello,I don't know if there is a way to change the video. But I think you can easily use your own videos by using a local .mpg or .3gp file via InputStream. Just change the player's parameters in video/mpg instead of capture://video.Hope it helps...Torsten