Lukas Herman
Lukas Herman
Also, It's already possible to screenshare with [pion/mediadevices](https://github.com/pion/mediadevices), https://github.com/pion/mediadevices/blob/master/examples/screenshare/main.go. Although, we currently only support Linux, we can easily extend this to Darwin and Windows by writing small adapters. Please let...
It seems to be related to this issue, https://github.com/pion/sctp/issues/77
How about continuing Rubble's work,https://github.com/jonas-schievink/rubble? The project seems to be outdated, it only supports Bluetooth 4.2 and NRF MCUs only, but it's designed to be hardware-independent. At the very least,...
My bad, I uploaded the wrong log. Below is the correct one: [out.log](https://github.com/AravisProject/aravis/files/6449828/out.log)
@EmmanuelP would you mind reopening the issue? I don't have access to reopen. Thanks
@EmmanuelP toward the end, the camera responded with: ``` [GcRegisterNode::_set_integer_value] address = 0xc3424, value = 0x168 packet_type = cmd command = write-memory-cmd size = 12 id = 32 address =...
I tried using`arv-tool`, however the configurations are not reflected on Spinview. Is this expected? Or aravis has a different preset from Spinview? If it has a different preset, how can...
@gen2brain https://github.com/kbinani/screenshot looks very interesting! I will definitely try that. It seems to be a great option for mediadevices. > Btw. malgo context now have DeviceInfo() if you need to...
@gen2brain I've added https://github.com/kbinani/screenshot for display capture, and your DeviceInfo API. Thanks!! By the way, how did you generate a big platform permutation of static libraries, https://github.com/veandco/go-sdl2/blob/master/sdl/sdl_cgo_static.go? I checked the...
@at-wat During my test, I didn't see a significant latency difference. But, `kbinani/screenshot` definitely uses more CPU. I think we can put in the same package, and uses conditional build...