Download core-video-capture-1.3.5.jar file

Introduction

You can download core-video-capture-1.3.5.jar in this page.

License

Open Source

Type List

core-video-capture-1.3.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.openimaj/core-video-capture/pom.properties
META-INF/maven/org.openimaj/core-video-capture/pom.xml
org.openimaj.video.capture.Device.class
org.openimaj.video.capture.DeviceList.class
org.openimaj.video.capture.OpenIMAJGrabber.class
org.openimaj.video.capture.VideoCapture.class
org.openimaj.video.capture.VideoCaptureException.class
org/openimaj/video/capture/nativelib/darwin_universal/libOpenIMAJGrabber.dylib
org/openimaj/video/capture/nativelib/linux_armel/OpenIMAJGrabber.so
org/openimaj/video/capture/nativelib/linux_armhf/OpenIMAJGrabber.so
org/openimaj/video/capture/nativelib/linux_x64/OpenIMAJGrabber.so
org/openimaj/video/capture/nativelib/linux_x86/OpenIMAJGrabber.so
org/openimaj/video/capture/nativelib/win32/OpenIMAJGrabber.dll
org/openimaj/video/capture/nativelib/win64/OpenIMAJGrabber.dll

Pom

core-video-capture-1.3.5.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <artifactId>openimaj-hardware</artifactId>
    <groupId>org.openimaj</groupId>
    <version>1.3.5</version>
    <relativePath>../</relativePath>
  </parent>
  <artifactId>core-video-capture</artifactId>
  <name>The OpenIMAJ Core Video Capture Library</name>
  <inceptionYear>2011</inceptionYear>
  <description>Cross-platform video capture interface using a lightweight native interface. Supports 32 and 64 bit JVMs under Linux, OSX and Windows.</description>
  <dependencies>
    <dependency>
      <groupId>org.openimaj</groupId>
      <artifactId>core-video</artifactId>
      <version>1.3.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.nativelibs4java</groupId>
      <artifactId>bridj</artifactId>
      <version>0.7-20140918</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.8.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-shade-plugin</artifactId>
        <executions>
          <execution>
            <configuration>
              <minimizeJar>true</minimizeJar>
              <transformers>
                <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                  <mainClass>org.openimaj.video.capture.VideoCapture</mainClass>
                </transformer>
              </transformers>
              <shadedArtifactAttached>true</shadedArtifactAttached>
              <shadedClassifierName />
              <shadedArtifactId>VideoTest</shadedArtifactId>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>com.mycila.maven-license-plugin</groupId>
        <artifactId>maven-license-plugin</artifactId>
        <version>1.9.0</version>
        <configuration>
          <header>src/etc/header.txt</header>
          <strictCheck>true</strictCheck>
          <properties>
            <year>${project.inceptionYear}</year>
          </properties>
          <excludes>
            <exclude>AUTHORS</exclude>
            <exclude>COPYING</exclude>
            <exclude>**/*.dylib</exclude>
            <exclude>**/*.so</exclude>
            <exclude>**/*.dll</exclude>
            <exclude>**/*.cbp</exclude>
            <exclude>**/*.layout</exclude>
            <exclude>**/*.depend</exclude>
            <exclude>**/*.pch</exclude>
            <exclude>**/*.pbxuser</exclude>
            <exclude>**/*.pbxproj</exclude>
            <exclude>**/*.xcconfig</exclude>
            <exclude>**/*.xcworkspacedata</exclude>
            <exclude>**/*.perspectivev3</exclude>
            <exclude>**/*.xcuserstate</exclude>
            <exclude>**/*.xcscheme</exclude>
            <exclude>**/*.xcbkptlist</exclude>
            <exclude>**/*.plist</exclude>
            <exclude>**/*.1</exclude>
            <exclude>**/*.lib</exclude>
            <exclude>**/*.vcxproj</exclude>
            <exclude>**/*.vcxproj.filters</exclude>
            <exclude>**/*.vcxproj.user</exclude>
            <exclude>**/*.vcxproj.obj</exclude>
            <exclude>**/*.obj</exclude>
          </excludes>
          <mapping>
            <jtemp>JAVADOC_STYLE</jtemp>
            <mm>JAVADOC_STYLE</mm>
            <m>JAVADOC_STYLE</m>
          </mapping>
          <useDefaultMapping>true</useDefaultMapping>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>2.6</version>
        <configuration>
          <argLine>-Xmx1G -Djava.awt.headless=true</argLine>
          <!-- <parallel>classes</parallel>
		            <perCoreThreadCount>2</perCoreThreadCount> -->
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>org.openimaj</groupId>
   <artifactId>core-video-capture</artifactId>
   <version>1.3.5</version>
</dependency>

Download

If you think the following core-video-capture-1.3.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download core-video-capture-1.3.5.jar file




PreviousNext

Related