Skip to content

Commit

Permalink
Fix OpenIMAJ webcam driver
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Jul 19, 2012
1 parent 49e53cd commit 9be99e3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 375 deletions.
2 changes: 1 addition & 1 deletion webcam-capture-driver-openimaj/pom.xml
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>core-video-capture</artifactId>
<version>1.0.6-x</version>
<version>1.0.6-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
Expand Up @@ -4,11 +4,12 @@
import java.awt.image.BufferedImage;

import org.openimaj.image.ImageUtilities;
import org.openimaj.video.capture.Device;
import org.openimaj.video.capture.VideoCapture;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import com.github.sarxos.webcam.WebcamDevice;
import com.github.sarxos.webcam.ds.buildin.natives.Device;


public class OpenImajDevice implements WebcamDevice {
Expand Down
Expand Up @@ -3,9 +3,11 @@
import java.util.ArrayList;
import java.util.List;

import org.openimaj.video.capture.Device;
import org.openimaj.video.capture.VideoCapture;

import com.github.sarxos.webcam.WebcamDevice;
import com.github.sarxos.webcam.WebcamDriver;
import com.github.sarxos.webcam.ds.buildin.natives.Device;


/**
Expand Down

0 comments on commit 9be99e3

Please sign in to comment.