Adam Suczewski

Results 4 issues of Adam Suczewski

allows streaming from 8 bit greyscale cameras was helpful for me in testing this repo ... might be helpful to others!

adds go module support via: ``` go mod init github.com/blackjack/webcam go mod tidy ```

### Go version go version go1.24.4 darwin/arm64 ### Output of `go env` in your module/workspace: ```shell AR='ar' CC='clang' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_ENABLED='1' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' CXX='clang++' GCCGO='gccgo'...

compiler/runtime
BugReport

Hi there! I am failing to initialize a new USB-C YubiKey. Host OS is Arch Linux `6.17.7-arch1-1` `x86_64`. `pivy-tool init` fails on uninitialized YubiKey 5 with FILE_NOT_FOUND (6a82). `pivy-tool setup`...