mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
Rename USBCamera to USBCameraProcess & abstractify
- Most classes now take a CameraProcess instead of a USBCameraProcess
This commit is contained in:
@@ -4,6 +4,8 @@ import org.apache.commons.lang3.tuple.Pair;
|
||||
import org.opencv.core.Mat;
|
||||
|
||||
public interface CameraProcess {
|
||||
CameraProperties getProperties();
|
||||
|
||||
Pair<Mat, Long> getFrame(Mat frame);
|
||||
|
||||
void setExposure(int exposure);
|
||||
|
||||
Reference in New Issue
Block a user