Dean Camera
Dean Camera
Good idea, added to my backlog. Unfortunately this won't have a nice answer I suspect (given that different parts have different maximum bootloader size restrictions) so it will probably end...
Sorry Scott - been working through my email backlog (moved a few weeks ago, didn't have internet for a while and now I have a million emails to go through)....
Should be fixed in eb9b67b23ef02e7b30fec26eed7c56b5630b9682 - there was some ancient vestigial code in there that should have been deleted, for a compile time option that was removed years ago. Not...
I've just tried this on a native M1 machine, and it was able to use my original StreamDeck with no issues (and no `sudo`). MacOS Monterey 12.6.1. Given your update,...
I apparently completely missed this discussion last year, sorry! I haven't been keeping close tabs on Github outside of email notifications, and didn't notice this one somehow. Sounds like it...
Sorry, I really haven't been looking at Github for ages - too much paid work that leaves me too unmotivated to look at my personal projects :(. Just took a...
Originally HIDRAW wasn't suitable for Streamdecks, as the kernel didn't support HID reports beyond 4KB (the original Streamdeck uses 8KB reports). I submitted a kernel patch to bump to to...
Thanks for the report. I'll need to get physical access to a device to debug, I think.
This works on my Windows machine, however note that the current 0.9.5 version of the library requires a callback set for the key states to be updated (without a callback...
Polling of keys with no callback set is now implemented in 9cbcc113920bda159f1792b886f4a3e98173fd12 .