Kamil Trzciński

Results 269 comments of Kamil Trzciński

@mdevaev Adding ISP support is doable, but is not the best idea :) If you want to support cameras, consider making `device` to support two modes of operation: - `v4l2`...

Latency difference according to my tests is due to the way how buffers are enqueued by libcamera, and how this introduces an additional processing delay. Depending on how you queue...

I hooked the aiortc to [camera-streamer](https://github.com/ayufan-research/camera-streamer/commits/webrtc) which is build on top of libcamera running on Raspberry PI with ArduCAM 16 and 64MP. However, I do continue seeing quite high jitter...

The problem is with some kind of memory corruption happening somewhere likely. I noticed this at random and there's no a good explanation how to fix it.

The rendering is highly inefficient. It just takes long time to render anything, and it takes long time to convert and send to display. On Sat, 9 Dec 2023 at...

@nagisa Can you provide a document that outlines how to get a track from MSI app? On your blogpost you had nice writeup https://kazlauskas.me/entries/i-reverse-engineered-a-motherboard.html here :) How to get this...

This `dll` is used by driver, or `dll` is for interacting with driver?

It seems that we can use http://www.rohitab.com/apimonitor for easy monitor of `DeviceIoControl`. The question would be how to decipher the driver :)

I moved this thread to https://github.com/nagisa/msi-rgb/issues/54

@phuzzyday Not yet, will update it over weekend.