Maxim Devaev
Maxim Devaev
Simple code: ``` python import sleekxmpp import logging logging.basicConfig(level=logging.DEBUG, format='%(levelname)-8s %(message)s') client = sleekxmpp.ClientXMPP("[email protected]", "secret") def send(_): client.send_message(mto="[email protected]", mbody="Oh hi!", mtype="chat") client.disconnect(wait=True) client.add_event_handler("session_start", send) if client.connect(reattempt=False): client.process(block=True) ``` When running...
**Describe the bug** `vcos_semaphore_wait_timeout()` uses `CLOCK_REALTIME` and `sem_timedwait()`. If the time was adjusted during `vcos_semaphore_wait_timeout()` (via NTP for example) then it will either wait longer than the specified timeout (if...
### Describe the bug I'm trying to use RGB24 format with TC358743 instead of UYVY, and noticed that it produces BGR sequence in the raw data instead of RGB. I...
Hello. I'm about #9. I'm opening a new issue because I want to describe my use case and ask you to reconsider your decision regarding the support of inline comments...
**Describe the bug** I'm trying to encode a BGR24 stream in H.264 and get the wrong colors comparable to UYVY. A similar problem with UYVY -> JPEG. Is it possible...
### Describe the bug When I'm trying to capture image with RGB24 format at 1080p@50Hz, I'm getting corrupted image like this:  At the same time, 60Hz is working fine...
The duration in the SET_IDLE request is actually responsible for the highest byte, not the lowest. Here is an excerpt from the standard:   To verify this, I used...
Subj. We need a menu or something like that to select the input audio device in the web ui.
This is a cumulative tissue for your feedback for the PiKVM mobile Web UI. The topic will describe various features include proposed by users, and in the comments you can...