Hello,
I have written a javascript page that starts the camera andcaptures a picture. I then want to save the photo to some location.
I thought it would be something along the lines of ...
camera.captureFrame();frame = camera.frames(0);
frame.Image.Save ("mariyahs.bmp");
That doesn't work though, the error msg says frame.image is null or not an Object.
I'm guessing its not null, its probably that it's not accessible in that way. Am I going terribly wrong?What is the default location that it saves to? Can that be changed? For now I just want to save it to disk.
Any help would be much appreciated :)
Thanks,
Mariyah :)


