This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/core/src/main/java/edu/wpi/grip/core/operations/composite/PublishVideoOperation.java b/core/src/main/java/edu/wpi/grip/core/operations/composite/PublishVideoOperation.java | |
| index 4363098..8fd49c2 100644 | |
| --- a/core/src/main/java/edu/wpi/grip/core/operations/composite/PublishVideoOperation.java | |
| +++ b/core/src/main/java/edu/wpi/grip/core/operations/composite/PublishVideoOperation.java | |
| @@ -1,17 +1,17 @@ | |
| package edu.wpi.grip.core.operations.composite; | |
| -import com.google.common.eventbus.EventBus; | |
| -import edu.wpi.grip.core.sockets.InputSocket; | |
| import edu.wpi.grip.core.Operation; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package edu.wpi.grip.core.operations.composite; | |
| import edu.wpi.grip.core.Operation; | |
| import edu.wpi.grip.core.OperationDescriptor; | |
| import edu.wpi.grip.core.sockets.InputSocket; | |
| import edu.wpi.grip.core.sockets.OutputSocket; | |
| import edu.wpi.grip.core.sockets.SocketHint; | |
| import edu.wpi.grip.core.sockets.SocketHints; | |
| import edu.wpi.grip.core.util.Icons; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package edu.wpi.grip.core.operations.composite; | |
| import com.google.common.eventbus.EventBus; | |
| import edu.wpi.grip.core.Operation; | |
| import edu.wpi.grip.core.sockets.InputSocket; | |
| import edu.wpi.grip.core.sockets.OutputSocket; | |
| import edu.wpi.grip.core.sockets.SocketHints; | |
| import java.io.InputStream; | |
| import java.util.Optional; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| edu.wpi.grip.core.PipelineTest > testMoveStepToBeginning FAILED | |
| com.google.inject.CreationException: Unable to create injector, see the following errors: | |
| 1) No implementation for edu.wpi.grip.core.http.GripServer$HttpServerFactory was bound. | |
| while locating edu.wpi.grip.core.http.GripServer$HttpServerFactory | |
| for parameter 0 at edu.wpi.grip.core.http.GripServer.<init>(Unknown Source) | |
| while locating edu.wpi.grip.core.http.GripServer | |
| for parameter 2 at edu.wpi.grip.core.sources.HttpSource.<init>(Unknown Source) | |
| at edu.wpi.grip.core.sources.HttpSource$Factory.create(Unknown Source) |
NewerOlder