Bill Williams
Bill Williams
It’s written specifically for the RPI.
Hi Alan, I’d be glad to help. I'll look at the code and see if it can be easily resized down. However 320x480 is not a lot of room for...
Hi Alan, I think preview will never show up if you’re using VNC. I believe the preview output is injected directly onto the video stream by the RPI GPU to...
It will be in it soon! Bill Sent from my iPhone > On Apr 11, 2018, at 6:40 AM, Stefano Ghazzali wrote: > > Hi Bill, > > If it...
That’s probably normal. The default is to have an overlay which can be sized using the Size slider on the preview pane. To have the preview show up in the...
You’re missing the ImageTk module. You need to install it.
Yes - it’s in the works. I haven’t had time to work on it since I’ve been busy with microVIEW and a new app called microLogger. Will get back to...
I’m getting ready to upload a new version this week. (Getting time to do it) I’ve been running Python 2.7 but I’ll now test it under Python 3.x (latest) and...
Yep, lots of problems with libraries using Python3. I am going through the code and fixing the imports. PIL is a problem with Python 3. Be patient. Bill Sent from...
PIL on the RPI is the PILLOW fork which should be installed. However, ImageTk under Python 3 requires a library which was not installed on my RPI. sudo apt-get install...