Skip to content

Instantly share code, notes, and snippets.

@SamCarlberg
Created April 12, 2016 17:17
Show Gist options
  • Save SamCarlberg/39a84f293e0952150c24b2e85e851f34 to your computer and use it in GitHub Desktop.
Save SamCarlberg/39a84f293e0952150c24b2e85e851f34 to your computer and use it in GitHub Desktop.
Apr 12, 2016 1:05:45 PM edu.wpi.grip.core.util.service.LoggingListener starting
INFO: [CameraSource] Starting
Apr 12, 2016 1:05:45 PM edu.wpi.grip.core.util.service.LoggingListener failed
SEVERE: [CameraSource] Failed from: STARTING
edu.wpi.grip.core.sources.GrabberService$GrabberServiceException: [Webcam 0] Failed to start
at edu.wpi.grip.core.sources.GrabberService.startUp(GrabberService.java:51)
at com.google.common.util.concurrent.AbstractExecutionThreadService$1$2.run(AbstractExecutionThreadService.java:54)
at com.google.common.util.concurrent.Callables$3.run(Callables.java:100)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.bytedeco.javacv.FrameGrabber$Exception: cvCreateCameraCapture() Error: Could not create camera capture.
at org.bytedeco.javacv.OpenCVFrameGrabber.start(OpenCVFrameGrabber.java:179)
at edu.wpi.grip.core.sources.GrabberService.startUp(GrabberService.java:49)
... 3 more
Apr 12, 2016 1:05:45 PM edu.wpi.grip.core.operations.composite.PublishVideoOperation lambda$new$0
WARNING: Address already in use
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:382)
at java.net.ServerSocket.bind(ServerSocket.java:375)
at java.net.ServerSocket.<init>(ServerSocket.java:237)
at java.net.ServerSocket.<init>(ServerSocket.java:128)
at edu.wpi.grip.core.operations.composite.PublishVideoOperation.lambda$new$0(PublishVideoOperation.java:68)
at edu.wpi.grip.core.operations.composite.PublishVideoOperation$$Lambda$121/114728161.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment