JamesRayn
JamesRayn
As I remember, this was a useful function at an older wifi analyzer app (https://play.google.com/store/apps/details?id=com.farproc.wifi.analyzer)
On another try I get ~/picamera2-next/examples $ python3 switch_mode.py [3:29:14.511777941] [2949] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3700-f30ad033 [3:29:14.575541354] [2950] WARN RPI raspberrypi.cpp:1252 Mismatch between Unicam and CamHelper for embedded data usage!...
To have a additional low res stream for preview sounds like a good idea. I will test this out.
Works great. I modified the still_during_video.py example and it applies well for my use case. ``` #!/usr/bin/python3 import time from picamera2 import Picamera2, Preview picam2 = Picamera2() picam2.start_preview(Preview.QTGL) main_stream =...
Here the actual code with the flip command... ``` #!/usr/bin/python3 import time import libcamera from picamera2 import Picamera2, Preview picam2 = Picamera2() picam2.start_preview(Preview.QTGL) main_stream = {} lores_stream = {"size": (800,...
That are great news, that fits perfect for my use case. (In my real app uses QGl but that is also implemented) Thank you.
Ich habe die Fotobox gerade frisch auf Raspbian Light Buster installiert (wegen Problem mit Bluetooth LE HID für Fernauslöser) und es hat alles funktioniert wie unter dem alten OS.
Three years later and I unfortunately still have the same problem. Is there any update on this? Audio output ist fine, microphone input is unusable. (Testet unter Win10, everything works...
I've now spent several hours using ChatGPT, with the following result: ``` # Activate internal mic input amixer -c1 cset name='Int Mic Switch' on # Switch DMIC to DMIC1 amixer...
Is it possible to get chtrt5645 running in newer linux-surface kernel builds? Or is there any recommended alternative to get microphone support back on Surface 3?