Brian Michalk

Results 9 issues of Brian Michalk

All I am attempting to do with this library is change the manufacturer string. I haven't found any other examples for Arduino platform other than for this library. My includes:...

When I implement the listener for WebcamDiscoveryListener, my code works as advertised, using the example here: https://github.com/sarxos/webcam-capture/blob/master/webcam-capture/src/example/java/WebcamDiscoveryListenerExample.java If I implement the WebcamListener, the discovery events no longer work. ``` import...

I develop on AMD64, but trying to run on Intel causes a crash: ` # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV...

This is an annoyance, and there is a workaround. I also do not know if this is a driver implementation issue, and it may be unique to the USB camera,...

If a setpos command is issued with a negative value, a resulting readpos value will be the abs() of the negative. ``` move -124.00 400 :> deg :> readpos encoder...

I need to recreate a webcam after it's been disconnected, and reconnected. When I do that, an error is thrown: ``` com.github.sarxos.webcam.WebcamLockException: Webcam HD USB Camera: HD USB Camera /dev/video0...

When two cameras are connected to a USB hub with a chip using STT, the hub resets itself. The FE1.1s has a single transaction translator for all four USB ports....

Adds a O(1) function to estimate mean for each buffer modification, allowing calculation of statistics.

waiting-feedback

platformio.ini: ``` [env:esp32-s3-usb] platform = [email protected] board = esp32-s3-usb build_unflags=-std=gnu++11 build_flags=-std=gnu++17 framework = arduino board_build.partitions=min_spiffs.csv ``` Installed esp32-arduino-matter into /lib but otherwise followed the directions in the readme. This is...