how to simulate camera motion on epoc emulator

Login to reply to this topic.
Fri, 2005-08-19 16:25
Joined: 2005-08-19
Forum posts: 4
Hi,

I have an application where one can pan an image by moving a camera phone around. However, when I run it on the emulator, the image does not pan as I can't move the (camera on) emulator around. How do I make "fake" camera feeds to the emulator to simualte me moving the phone?

Any help will be greatly appreciated. Thanks.

Thu, 2005-08-25 11:21
Joined: 2004-05-23
Forum posts: 114
Re: how to simulate camera motion on epoc emulator
I had a similar problem. The solution I've come up  is to bypass camera in the emulator at all.
First, I'm using the phone to record a short movie from the camera and store it in the phone flash. After that I'm downloading it to PC and read it in the application running on the emulator. After that I'm using images read from the memory instead of images produced by camera..

  • Login to reply to this topic.