PiCameraApp
PiCameraApp copied to clipboard
A graphical interface for programming the Raspberry Pi PiCamera. Written in Python using Tkinter.
Hi, How to solve this issue(pls)?: > ~/Desktop/PiCameraApp-master/Source $ python3 PiCameraApp.py > Traceback (most recent call last): > File "/home/neuberfran/Desktop/PiCameraApp-master/Source/PiCameraApp.py", line 38, in > from AnnotationOverlay import * > File...
``` pi@raspberrypi:~/Desktop/PiCameraApp-master/Source $ sudo python3 PiCameraApp.py Traceback (most recent call last): File "PiCameraApp.py", line 38, in from AnnotationOverlay import * File "/home/pi/Desktop/PiCameraApp-master/Source/AnnotationOverlay.py", line 52, in from Dialog import * File...
Hello, I'm trying to run the application, but I'm getting the following error when running the startup command: ``` running.... No protocol specified No protocol specified Error initializing Tkinter! Shutting...
I don't know if you want to consider this issue, but X11 forwarding the preview is broken. The overlay does not display, and the non-overlay preview doesn't work either. Also...
Hi, i want tio use the camera for a microscope and found no other application which has an gui. so i invest some time to get this one here running....
Hi. Thanks for the code. We would like to change size and position of the overlay window when viewing. It is now fixed in the top left corner. Is it...
This code is excellent. It is very helpful to me who is studying raspberry pi. How can I use a USB camera instead of a pi cam? I think it...
Hi there, Is there an updated version to work with the TKinter format changes for python3. I am also using a raspberry Pi 3 board if this makes a difference?...
Here is a snippit of my command line, Im not very novice on this rpi quite yet but ive done my research on other "issues" and one seemed similar but...
It should help for https://github.com/Billwilliams1952/PiCameraApp/issues/14