futureelite7
futureelite7

Reputation: 11502

Capturing video with cell phone integrated camera via Java ME

I'm trying to capture a video stream using the video camera on a Java ME capable cell phone. How do I go about doing this? I've read about using MMAPI for capturing still images through a live camera feed, but I'm not sure whether it can capture a video stream that can be saved (with sound) and forwarded to a remote server.

Upvotes: 1

Views: 939

Answers (1)

Petri Pellinen
Petri Pellinen

Reputation: 536

a nice writeup on the subject in this javaworld article.

Hope that helps, Petri

Upvotes: 1

Related Questions