Replies: 1 comment 2 replies
-
These settings are the ones provided by the manufacturer s drivers via directshow interface. For different cameras they will be different and bonsai has no control over them. You might have better luck using the OpenCv powered operator 'CameraCapture'. Otherwise you can downsample in bonsai by using the the reactive nodes. For instance Sample, SampleInterval, WithLatestFrom or Slice. Hope it helps! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any reason why such limited options are offered under the Format tab in properties for VideoCaptureDevice? Does anyone know whether/ how this could be changed? We are running into an issue where the computer cannot record from two cameras at 100fps without crashing but there doesn't seem to be a way to lower the frame rate in Bonsai. We know the frames can go lower (ideally, we would like to record at 30fps) because we are able to bring it down to 30 in the software associated with the cameras, but for some reason Bonsai won't allow this.
Beta Was this translation helpful? Give feedback.
All reactions