Maxim Devaev
Maxim Devaev
It seems it's working, but I can't try mouse now. Could you clean warnings? ``` /home/mdevaev/projects/pikvm/kvmd/hid/pico/src/ph_ps2.c: In function 'ph_ps2_mouse_send_wheel': /home/mdevaev/projects/pikvm/kvmd/hid/pico/src/ph_ps2.c:120:33: warning: unused parameter 'h' [-Wunused-parameter] 120 | void ph_ps2_mouse_send_wheel(s8 h,...

I checked and it can't be fixed due to absense of jp keymaps. At least now.
The only way to solve this in a general way is #1259 It can'be done with any other way, so I'm closing this and move all work to that issue....
All this should be done inside the firmware, am I right?
DRM works fine in my case. It just shows the captured BGR24. As for H.264, it is sent to the browser via WebRTC. But thanks for the advice, maybe I'll...
Yes, that's why I need it to be fixed in the encoder.
Do you have time to look at this in the foreseeable future? Our customers liked the feature, but the color discrepancy is frustrating.
Thank you for your work. I've tested it but it causes massive failures. TTY log attached. [ttylog.txt](https://github.com/user-attachments/files/16117546/ttylog.txt)
I took bootloader 4a1d5d3ff87108ca46bf2d5132c8a1a936eeb4d2 and kernel https://github.com/raspberrypi/linux/commit/3b42260d2130b5ca110c5340ab2bd055eede5968, armv7l Should I try the latest master?