Download webcam-capture-0.3.10.jar file

Introduction

You can download webcam-capture-0.3.10.jar in this page.

License

Open Source

Type List

webcam-capture-0.3.10.jar file has the following types.

META-INF/3rd-party-licenses/filters-2.0.235-1.LICENSE
META-INF/3rd-party-licenses/openimaj-1.1.1-SNAPSHOT.LICENSE
META-INF/MANIFEST.MF
META-INF/maven/com.github.sarxos/webcam-capture/pom.properties
META-INF/maven/com.github.sarxos/webcam-capture/pom.xml
com.github.sarxos.webcam.Webcam.class
com.github.sarxos.webcam.WebcamCompositeDriver.class
com.github.sarxos.webcam.WebcamDeallocator.class
com.github.sarxos.webcam.WebcamDevice.class
com.github.sarxos.webcam.WebcamDiscoveryEvent.class
com.github.sarxos.webcam.WebcamDiscoveryListener.class
com.github.sarxos.webcam.WebcamDiscoveryService.class
com.github.sarxos.webcam.WebcamDiscoverySupport.class
com.github.sarxos.webcam.WebcamDriver.class
com.github.sarxos.webcam.WebcamDriverUtils.class
com.github.sarxos.webcam.WebcamEvent.class
com.github.sarxos.webcam.WebcamEventType.class
com.github.sarxos.webcam.WebcamException.class
com.github.sarxos.webcam.WebcamExceptionHandler.class
com.github.sarxos.webcam.WebcamImageTransformer.class
com.github.sarxos.webcam.WebcamListener.class
com.github.sarxos.webcam.WebcamLock.class
com.github.sarxos.webcam.WebcamLockException.class
com.github.sarxos.webcam.WebcamMotionDetector.class
com.github.sarxos.webcam.WebcamMotionEvent.class
com.github.sarxos.webcam.WebcamMotionListener.class
com.github.sarxos.webcam.WebcamPanel.class
com.github.sarxos.webcam.WebcamPicker.class
com.github.sarxos.webcam.WebcamPickerCellRenderer.class
com.github.sarxos.webcam.WebcamPickerModel.class
com.github.sarxos.webcam.WebcamProcessor.class
com.github.sarxos.webcam.WebcamResolution.class
com.github.sarxos.webcam.WebcamShutdownHook.class
com.github.sarxos.webcam.WebcamSignalHandler.class
com.github.sarxos.webcam.WebcamStreamer.class
com.github.sarxos.webcam.WebcamTask.class
com.github.sarxos.webcam.WebcamUpdater.class
com.github.sarxos.webcam.WebcamUtils.class
com.github.sarxos.webcam.WebcamViewer.class
com.github.sarxos.webcam.ds.buildin.WebcamDefaultDevice.class
com.github.sarxos.webcam.ds.buildin.WebcamDefaultDriver.class
com.github.sarxos.webcam.ds.buildin.natives.Device.class
com.github.sarxos.webcam.ds.buildin.natives.DeviceList.class
com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.class
com.github.sarxos.webcam.ds.cgt.WebcamCloseTask.class
com.github.sarxos.webcam.ds.cgt.WebcamDisposeTask.class
com.github.sarxos.webcam.ds.cgt.WebcamGetBufferTask.class
com.github.sarxos.webcam.ds.cgt.WebcamGetImageTask.class
com.github.sarxos.webcam.ds.cgt.WebcamOpenTask.class
com.github.sarxos.webcam.ds.cgt.WebcamReadBufferTask.class
com.github.sarxos.webcam.ds.dummy.WebcamDummyDevice.class
com.github.sarxos.webcam.ds.dummy.WebcamDummyDriver.class
com.github.sarxos.webcam.log.WebcamLogConfigurator.class
com.github.sarxos.webcam.util.ImageUtils.class
com.github.sarxos.webcam.util.NixVideoDevUtils.class
com.github.sarxos.webcam.util.OsUtils.class
com.github.sarxos.webcam.util.jh.JHBlurFilter.class
com.github.sarxos.webcam.util.jh.JHFilter.class
com.github.sarxos.webcam.util.jh.JHGrayFilter.class
com/github/sarxos/webcam/ds/buildin/lib/darwin_universal/libOpenIMAJGrabber.dylib
com/github/sarxos/webcam/ds/buildin/lib/linux_armel/OpenIMAJGrabber.so
com/github/sarxos/webcam/ds/buildin/lib/linux_armhf/OpenIMAJGrabber.so
com/github/sarxos/webcam/ds/buildin/lib/linux_x64/OpenIMAJGrabber.so
com/github/sarxos/webcam/ds/buildin/lib/linux_x86/OpenIMAJGrabber.so
com/github/sarxos/webcam/ds/buildin/lib/win32/OpenIMAJGrabber.dll
com/github/sarxos/webcam/ds/buildin/lib/win64/OpenIMAJGrabber.dll
com/github/sarxos/webcam/i18n/WebcamPanel.properties
com/github/sarxos/webcam/i18n/WebcamPanel_de.properties
com/github/sarxos/webcam/i18n/WebcamPanel_en.properties
com/github/sarxos/webcam/i18n/WebcamPanel_pl.properties
com/github/sarxos/webcam/i18n/WebcamPanel_ru.properties
com/github/sarxos/webcam/i18n/WebcamPanel_zh.properties
com/github/sarxos/webcam/i18n/WebcamPanel_zh_CN.properties
com/github/sarxos/webcam/i18n/WebcamPanel_zh_TW.properties
com/github/sarxos/webcam/icons/camera-icon.png

Pom

webcam-capture-0.3.10.pom file content.

<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>
		<groupId>com.github.sarxos</groupId>
		<artifactId>webcam-capture-parent</artifactId>
		<version>0.3.10</version>
	</parent>

	<artifactId>webcam-capture</artifactId>
	<packaging>bundle</packaging>

	<name>Webcam Capture</name>
	<description>This library allows you to use your PC webcam, IP or network cameras directly from Java. It's compatible with most operating systems (Windows, Linux, MacOS).</description>

	<!-- remove when BridJ v0.7 is released -->
	<repositories>
		<repository>
			<id>sonatype</id>
			<name>Sonatype OSS Snapshots Repository</name>
			<url>http://oss.sonatype.org/content/groups/public</url>
		</repository>
	</repositories>

	<dependencies>
		<dependency>
			<groupId>com.nativelibs4java</groupId>
			<artifactId>bridj</artifactId>
			<version>0.6.2</version>
			<exclusions>
			    <exclusion>
			        <artifactId>dx</artifactId>
			        <groupId>com.google.android.tools</groupId>
			    </exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
		</dependency>
		<dependency>
			<groupId>ch.qos.logback</groupId>
			<artifactId>logback-classic</artifactId>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
	</dependencies>

	<!-- 
	<profiles>
		<profile>
			<id>deploy-snapshot</id>
			<build>
				<plugins>
					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-deploy-plugin</artifactId>
						<executions>
							<execution>
								<id>upload-jar</id>
								<phase>deploy</phase>
								<goals>
									<goal>deploy-file</goal>
								</goals>
								<configuration>
									<file>${project.build.directory}/${project.artifactId}-${project.version}.jar</file>
									<repositoryId>sarxos-ftp-repo</repositoryId>
									<url>ftp://repo.sarxos.pl/maven2</url>
								</configuration>
							</execution>
						</executions>
					</plugin>
				</plugins>
			</build>
		</profile>
	</profiles>
	-->
	 
	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-assembly-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.apache.felix</groupId>
				<artifactId>maven-bundle-plugin</artifactId>
				<version>2.3.7</version>
				<extensions>true</extensions>
				<configuration>
					<instructions>
						<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
						<Bundle-Name>${project.name}</Bundle-Name>
						<Bundle-Version>${project.version}</Bundle-Version>
						<Bundle-DocURL>${project.url}</Bundle-DocURL>
						<Import-Package>
							*,
						</Import-Package>
						<Export-Package>
							com.github.sarxos.webcam,
							com.github.sarxos.webcam.log,
							com.github.sarxos.webcam.util,
						</Export-Package>
						<Private-Package>
							com.github.sarxos.webcam.ds,
							com.github.sarxos.webcam.ds.*,
							com.github.sarxos.webcam.util.*,
						</Private-Package>
						<Include-Resources>{maven-resources}</Include-Resources>
					</instructions>
				</configuration>
			</plugin>
		</plugins>
	</build>

</project>

POM Entry

<dependency>
   <groupId>com.github.sarxos</groupId>
   <artifactId>webcam-capture</artifactId>
   <version>0.3.10</version>
</dependency>

Download

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



Download webcam-capture-0.3.10.jar file




PreviousNext

Related