I'm not sure if this can be accounted as a bug, but I just encountered a strange thing with stream Java Applet (Version 0.2.4):
I just changed my Webcam, which is capable of streaming image in 640x480 resolution. When I decided to force the Java Applet size to 320x240 from Yawcam's settings, from the Stream-leaflet (The original setting was "Real Image size"), the image was reduced as expected, but viewing the applet revealed a strange thing:
The overlay field is usually covering the entire horizontal area of the image, but now it was only half the size of the window. The text on the overlay was also reduced so small, that had become unreadable.
There exists a line of code the html file that specifies the height and width of the applet window, which, in my computer is set to 320x240. Could there be a conflict somewhere between Yawcam's settings and the applet's height/width-code that can cause this behavior?
If this is a bug, I'd like to call it "image double reduce-bug".
