Hi, I’m trying to use the camera calibration tool provided by the BoofCV library here, following the tutorial here. My command is as follows:
java -jar applications.jar CameraCalibration --Camera=0 --Resolution=640:360 CHESSBOARD --Grid=7:5
However, it throws this error when trying to open to webcam for calibration:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
I have found the same solution in many places for this issue (links below), but I have no idea how to change my “class path” or do this thing with maven.
solution 1
solution 2