You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dieser Befehl führt bei mir zu keinem Ergebnis:
sudo apt-get install python3-picamera
ich habe es mit
sudo apt-get install python3-picamera2
versucht
Allerdings funktioniert das Skript nicht mehr, da Zeile 9:
import picamera # camera driver
und Zeile 313:
self.camera = picamera.PiCamera()
darauf verweisen. ich habe dort jeweils picamera durch picamera2 ersetzt, doch jetzt kommt beim Start des Skriptes folgendes: Fotobox@Fotobox:~ $ python3 /home/Fotobox/Photobooth/photobooth.py /home/Fotobox/Photobooth/photobooth.py:971: SyntaxWarning: "is" with a literal. Did you mean "=="? if printerstate.get("printer-state-message") is "": Exception ignored in: <function Photobooth.__del__ at 0x65c80118> Traceback (most recent call last): File "/home/Fotobox/Photobooth/photobooth.py", line 370, in __del__ self.stoppreview() File "/home/Fotobox/Photobooth/photobooth.py", line 1037, in stoppreview self.camera.stop_preview() ^^^^^^^^^^^ AttributeError: 'Photobooth' object has no attribute 'camera'
Wie bekommt man das also gelöst?
The text was updated successfully, but these errors were encountered:
Hallo zusammen,
dieser Befehl führt bei mir zu keinem Ergebnis:
sudo apt-get install python3-picamera
ich habe es mit
sudo apt-get install python3-picamera2
versucht
Allerdings funktioniert das Skript nicht mehr, da Zeile 9:
import picamera # camera driver
und Zeile 313:
self.camera = picamera.PiCamera()
darauf verweisen. ich habe dort jeweils picamera durch picamera2 ersetzt, doch jetzt kommt beim Start des Skriptes folgendes:
Fotobox@Fotobox:~ $ python3 /home/Fotobox/Photobooth/photobooth.py /home/Fotobox/Photobooth/photobooth.py:971: SyntaxWarning: "is" with a literal. Did you mean "=="? if printerstate.get("printer-state-message") is "": Exception ignored in: <function Photobooth.__del__ at 0x65c80118> Traceback (most recent call last): File "/home/Fotobox/Photobooth/photobooth.py", line 370, in __del__ self.stoppreview() File "/home/Fotobox/Photobooth/photobooth.py", line 1037, in stoppreview self.camera.stop_preview() ^^^^^^^^^^^ AttributeError: 'Photobooth' object has no attribute 'camera'
Wie bekommt man das also gelöst?
The text was updated successfully, but these errors were encountered: