Nico Blodow - 2008-12-06

Same problem here.

Meanwhile, as a quick hack, you can copy the contents of the file "epoc32/winscw/c/resource/camera.py" into your python script instead of "import camera". Then, in the first sensible line of code, change "_my_camera=_camera.Camera(0)" to "_my_camera=_camera.Camera(1)". You need to replace all occurences to "camera.foo" to "foo" since camera is not treated like a class because its member functions occur in your own script file.

If you are cool, add a member function in that camera.py file to set that camera number and post it.

Cheers, Nico