Hello Guys,
I'm working on this Mobile video and camera project on my Nokia 6300, but I'm facing this problem
Where VideoControl is used to view the video Capture and to take snapShots by theCode:videoControl=(VideoControl)(midlet.MyPlayerControl.CapturePlayer.getControl("javax.microedition.media.control.VideoControl")); recControl=(RecordControl)midlet.MyPlayerControl.CapturePlayer.getControl("javax.microedition.media.control.RecordControl");x methodCode:videoControl.getSnapshot(null);
where as the recControl is used to record video, now in the emulator everything works fine, but on my 6300 device the recording goes well, bbut snapShots gives me a null pointer exception, I dont get it.
Can anyOne help plz.
Thnx Guys

Reply With Quote



