Open jeronimonunes opened 9 years ago
Hi @jeronimonunes,
Unfortunately I was unable to get my hands on CubieBoard and thus unable to prepare capture driver working on this hardware.
I see you are using V4L4J, but I compiled it on Raspberry Pi.
At first I didn't managed to make it work with the default driver, so I ended up trying all drivers. Most of them gave me a Segmentation fault. (I belive FSWebcam was the only one working) But in the end I got back to the default driver and it was working.
As other driver is working, maybe the issue isn't a problem. But if you want to fix the V4L4J driver, I can make one cubie available on internet for you to compile V4L4J. I tried and got the same error.
<dependencies>
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>0.3.10</version>
<exclusions>
<exclusion>
<artifactId>bridj</artifactId>
<groupId>com.nativelibs4java</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<artifactId>bridj</artifactId>
<groupId>com.nativelibs4java</groupId>
<version>0.6.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.12</version>
</dependency>
</dependencies>
Using libaries: