Hi,
Is it possible to use JavaCV with Google apps engine?
--
http://mail.python.org/mailman/listinfo/python-list
Does anyone have experience with TubroVNC?
I'm having an issue with the refresh rate for 2D vs. 3D. I have posted a sample
video illustrating the issue below. As you can see the 2D images do not appear
to be refreshing correctly. The 3D background appears real-time and correct.
http://www.youtub
Hi,
I'm looking for a python class or open source code that is tightly integrated
with VNC protocols - any ideas?
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I'm new with Python and PIL. I have a very simple question regarding an image
capture function I'm attempting.
Here is the code:
>>> from PIL import ImageGrab
>>> ImageGrab.grab().save("screen_capture.jpg", "JPEG")
Question: I can't seem to find the captured image, where does it go? The