Daniel Kristensen
Daniel Kristensen
Hi, just installed this for the first time and running into this as well. A couple of things I found: * Worked fine until I installed AkVirtualCamera * AkVcamManager version...
Looking around the manager code, I see a couple issues with https://github.com/webcamoid/akvirtualcamera/blob/master/dshow/PlatformUtils/src/messageserver.cpp: * It's calling the 32-bit API explicitly, which might incur some virtualization overhead for the 64-bit native program....
Would love for this feature to be merged.
Also here is the USB enumeration of an nRF52840 DK, for reference: ~~~~ Information for device J-Link (VID=0x1366 PID=0x1051): ------------------------------ Connection Information: ------------------------------ Device current bus speed: FullSpeed Device supports...
The connection API already supports taking an index, so if there was a separate API to list out what those indexable items are then the existing one wouldn't have to...
I would like to point out that not supporting UNICODE in Windows API also leads to issues with path length restrictions. See https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation The functions that are affected by setting...
Right but as long as the SDK is in a path accessible by Ninja, it will have no problem launching GCC. The source is passed as a string, so it...
For this particular issue, supporting UTF-8 encoded paths may fix the problem mentioned; but it still does not solve the issue of Windows API path length being different based on...
Yes, it is technically a separate issue. I have solved it locally by building from a shorter path on my local filesystem, so it's not a blocker. Maybe a "nice-to-have".