Bonsai error "Unable to acquire camera frame" #1747
-
Hi :) The recording camera is point grey Grasshopper3 GS3-U3- |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Hi, You should use the spinnaker package if you want to interface with spinnaker cameras. |
Beta Was this translation helpful? Give feedback.
-
You need to expose the image property from the camera operator. Right click on the operator and click image. Videowriter only works with images. |
Beta Was this translation helpful? Give feedback.
-
As I stated before, Regarding the Spinnaker package dependencies, when you installed the package via the package manager, the description of the package states that a specific version of the SDK is required: |
Beta Was this translation helpful? Give feedback.
As I stated before,
VideoWriter
only knows how to save images, not complex data types like a Spinnaker camera dataframe. Therefore, you must unpack the datatype returned by SpinnakerCapture and access the image portion. The general introduction to bonsai explains how to achieve this (https://bonsai-rx.org/docs/articles/editor.html#workflow).Regarding the Spinnaker package dependencies, when you installed the package via the package manager, the description of the package states that a specific version of the SDK is required: