Results 69 comments of Tim Mattison

This is necessary to connect to AWS IoT on port 443.

On further review this appears to be quite involved to get working. The PR may take longer than expected. Has this been requested before?

Yeah, this would be very helpful to connect to AWS IoT. Unfortunately it looks like it's beyond the level of effort I can expend for the time I was going...

I had to unload the bcm2835_v4l2 bcm2835_isp bcm2835_codec modules before I could use my UVC webcam. It looks like the discovery code doesn't like the Pi camera. And even if...

For anyone curious you'll need to do this: ``` Webcam.setDriver(V4l4jDriver.class); ``` And you'll also need to add the https://mvnrepository.com/artifact/com.github.sarxos/webcam-capture-driver-v4l4j/0.3.12 library.

However, it looks like on the Raspberry Pi 4 when it tries to discover all of the cameras it runs into issues when it is querying the private controls and...

@Longoon12000 can you post a permalink to the line of code that's throwing this exception/error? I can't find it.

Sorry, I gave it a shot with no luck. I'll try again today but it's a bit more involved than I thought.

It's inheriting the new module I created that's giving me a problem. If you can point me to any guidance on a good way to set this library so I...

Would Dependabot integration make keeping on top of these updates easier?