jar

one.microproject.rpi : rpi-camera-client

Maven & Gradle

Jul 29, 2021
23 stars

Java client for RPi Camera Controller · Java client to access RPi standard camera via HTTP REST APIs.

Table Of Contents

Latest Version

Download one.microproject.rpi : rpi-camera-client JAR file - Latest Versions:

All Versions

Download one.microproject.rpi : rpi-camera-client JAR file - All Versions:

Version Vulnerabilities Size Updated
1.6.x
1.5.x
1.4.x
1.3.x
1.2.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window rpi-camera-client-1.6.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

one.microproject.rpi.camera.client.client

├─ one.microproject.rpi.camera.client.client.CameraClientImpl.class - [JAR]

one.microproject.rpi.camera.client.dto

├─ one.microproject.rpi.camera.client.dto.CameraConfiguration.class - [JAR]

├─ one.microproject.rpi.camera.client.dto.CameraInfo.class - [JAR]

├─ one.microproject.rpi.camera.client.dto.CameraSelect.class - [JAR]

├─ one.microproject.rpi.camera.client.dto.ImageCapture.class - [JAR]

├─ one.microproject.rpi.camera.client.dto.Resolution.class - [JAR]

├─ one.microproject.rpi.camera.client.dto.Resolutions.class - [JAR]

├─ one.microproject.rpi.camera.client.dto.Rotations.class - [JAR]

one.microproject.rpi.camera.client

├─ one.microproject.rpi.camera.client.CameraClient.class - [JAR]

├─ one.microproject.rpi.camera.client.CameraClientBuilder.class - [JAR]

├─ one.microproject.rpi.camera.client.ClientException.class - [JAR]

Advertisement