soyer
soyer
That's cool! I will need an usb vendor and product id, the output of the `lsusb -v -d vendorid:productid`, and the usb traffic sniffed with wireshark+USBPcap for every non standard...
Yes, there are standard uvc controls, that wireshark/linux uvc/anything handles well. Other controls can usually be used with [extension units](https://www.kernel.org/doc/html/v4.9/media/v4l-drivers/uvcvideo.html). Could you filter with `frame.protocols == "usb:usbvideo"`? Then you can...
These look different than the kiyo pro traffic. Where is the "Unit 6 control 0x1" thing?
Ah, okey :) So the noise reduction values in changing order: c00e020000000000 c00e010100000000 c00e020100000000 c00e010100000000 c00e020100000000 c00e010000000000 c00e010100000000 c00e020100000000 I assume 2D_NR_OFF = c00e020000000000 2D_NR_ON = c00e020100000000 3D_NR_OFF = c00e010000000000...
Same as Kiyo Pro. I've created a [branch](https://github.com/soyersoyer/cameractrls/tree/kiyoproultra) . Could you try it?
Shutter speed is interesting, there is UVC control for that. Doesn't it use the V4L2_CID_EXPOSURE_ABSOLUTE (CT_EXPOSURE_TIME_ABSOLUTE_CONTROL)? Could you post the output of the `./cameractrls.py -l`?
I've added the new controls to [kiyoproultra](https://github.com/soyersoyer/cameractrls/tree/kiyoproultra).
It is interesting, that it has an H264 encoder, but the specification page doesn't mention it. The specs says it has 82°- 72° field of view. Does it have a...
The FoV is 72° with Lens distortion compensation, without 82°. The manual says, Synapse has a save button. Could you capture it? The exposure_time_absolute is in 100µs, but I think...
I've added a better slider for the shutter speed.