DmitryDmitriev
DmitryDmitriev
Hi, @slaff. I'm interested. I think it will be very useful because we often use a lot of iot devices.
Hi, I have the same issue, with v4l4j driver on rpi4. Full log: ``` Feb 20, 2020 10:15:19 AM tornadofx.Stylesheet$Companion detectAndInstallUrlHandler INFO: Installing CSS url handler, since it was not...
I found a problem. On rpi4 we have /dev/video0 and /dev/video1 for one web camera. But we can't use /dev/video1 to capture video. Webcam.getDefault() returns /dev/video1. I changed `Webcam.getDefault()` to...
@lokendrayadav, @satispande I found solution. I checked `ls /dev/video*` and I found another video device (raspicam - /dev/video12). I don't have it and removed it. And it all worked out.
@yuripourre thanks for the suggestion. I will try it Monday. Is that driver available on maven?
@yuripourre if it's not difficult for you, it would be great