1
0
Fork 0

no autofocus! :)

master
Jeff Moe 2022-09-24 12:15:27 -06:00
parent ba56e9c3b4
commit f3624caac6
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ xoutVideo.setStreamName("rgb")
camRgb.setBoardSocket(dai.CameraBoardSocket.RGB)
camRgb.setResolution(dai.ColorCameraProperties.SensorResolution.THE_1080_P)
camRgb.setVideoSize(1920, 1080)
camRgb.initialControl.setManualFocus(120)
xoutVideo.input.setBlocking(False)
xoutVideo.input.setQueueSize(1)