-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update LTI-CIVIL binaries by the ones from George Rhoten patch, refs #…
…224 This commit integrates newest available LTI-CIVIL binaries for both Windows and Linux (32- and 64-bit SO and DLL). Binaries are available in LTI-CIVIL patch by George Rhoten at: http://sourceforge.net/p/lti-civil/patches/4/ Files: http://sourceforge.net/p/lti-civil/patches/_discuss/thread/cb267e8d/6b31/attachment/lti-civil-bin32.zip http://sourceforge.net/p/lti-civil/patches/_discuss/thread/cb267e8d/6c3d/attachment/lti-civil-bin64-linux.zip http://sourceforge.net/p/lti-civil/patches/_discuss/thread/cb267e8d/9579/attachment/lti-civil-bin64-windows.zip
- Loading branch information
Showing
11 changed files
with
86 additions
and
61 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
30 changes: 0 additions & 30 deletions
30
webcam-capture-drivers/driver-lti-civil/src/example/java/GStreamerDriverExample.java
This file was deleted.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
webcam-capture-drivers/driver-lti-civil/src/example/java/LtiCivilDriverExample.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import javax.swing.JFrame; | ||
|
||
import com.github.sarxos.webcam.Webcam; | ||
import com.github.sarxos.webcam.WebcamPanel; | ||
import com.github.sarxos.webcam.ds.civil.LtiCivilDriver; | ||
|
||
|
||
public class LtiCivilDriverExample { | ||
|
||
static { | ||
Webcam.setDriver(new LtiCivilDriver()); | ||
} | ||
|
||
public static void main(String[] args) { | ||
JFrame frame = new JFrame("LTI-CIVIL Webcam Capture Driver Example"); | ||
frame.add(new WebcamPanel(Webcam.getDefault())); | ||
frame.pack(); | ||
frame.setVisible(true); | ||
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); | ||
} | ||
} |
This file contains 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
This file contains 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
Binary file modified
BIN
+74.7 KB
(200%)
webcam-capture-drivers/driver-lti-civil/src/main/resources/META-INF/lib/linux32/libcivil.so
Binary file not shown.
Binary file modified
BIN
+128 KB
(120%)
webcam-capture-drivers/driver-lti-civil/src/main/resources/META-INF/lib/linux64/libcivil.so
Binary file not shown.
Binary file modified
BIN
-25 KB
(84%)
webcam-capture-drivers/driver-lti-civil/src/main/resources/META-INF/lib/win32/civil.dll
Binary file not shown.
Binary file added
BIN
+131 KB
webcam-capture-drivers/driver-lti-civil/src/main/resources/META-INF/lib/win64/civil.dll
Binary file not shown.