Hi,
I'm new to all this so bear with me...
I've installed PAMP and PyS60.
What I need to do is this:
- Launch a Python script from the browser
- Have the script open a simple camera viewfinder and use it to take a photo
- return the photo for the browser
I have been able to take a photo by calling a Python script, but every time I try to use a viewfinder I get nothing. Similar code works when the script is run with the Python launcher. Also, how can I return the photo for the browser?
Thanks in advance!




