1

Is it possible for a Series 40 application to use the Nokia VGA camera with Java or Flash lite? I need the application to take a photo every 5 minutes and then upload the JPEG file to a server.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
aaron
  • 11
  • 2

1 Answers1

1

It should be possible with JaveME. Use JSR-135 API to take the picture and then upload it using HTTP. JSR-135 should be supported in all modern S40 devices.

Note that S40 is a software platform used on a series of Nokia devices. S40 is not Symbian based, there is no such thing as Symbian S40.

Ola
  • 722
  • 4
  • 9