All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.nichetoolkit.socket.model.bean.CameraInfo Maven / Gradle / Ivy

package io.github.nichetoolkit.socket.model.bean;


import lombok.Builder;
import lombok.Getter;
import lombok.Setter;

/**
 * 

CameraInfo 摄像机信息

* @author Cyan ([email protected]) * @version v.1.0 */ @Builder @Setter @Getter public class CameraInfo { private byte id; private byte[] comm; private byte[] spaceTime; private byte saveSign; private byte resolution; private byte quality; private byte luminance; private byte contrast; private byte saturation; private byte tone; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy