Open FoysalM opened 4 years ago
Hello, I have the same issue. Did you find a solution? Thank you
Hi, I'm having the same issue. Did you ever resolve it @FoysalM?
Have you guys tried python3 and not just python (I had that issue once)
Hi, I'm having the same issue. Did you ever resolve it @FoysalM?
@andrewrice My project was a lockdown one, and I've not gone back to it since encountering this problem, so unfortunately not. But it seems as mentioned above, Python3 might be the way to go? Not sure when I'll get a chance to test it, but if you have any success, please do post it here and mark this issue as resolved.
Hi, it seems the issue I was having is related to trying to execute it via Remote Desktop (from a Windows 10 machine). When I tried just now to run it in a native session directly on the Pi with mouse and keyboard, it worked as expected.
I presume the issue has to do with the application not knowing how to render the camera display in a remote desktop session.
@FoysalM, do you remember if you were using remote desktop when the error occurred?
I searched online and it works for me: for python3, you need to use "input()" instead of "raw_input()"
Hello,
I'm trying to run the application, but I'm getting the following error when running the startup command:
I'm quite new RPi and Python so still getting to grips with it all. Thanks in advance,