Table of Contents

UclaMiniscopeV4CameraData

source Operator

Produces a sequence of UclaMiniscopeV4CameraFrames from the Python-480 image sensor on a UCLA Miniscope V4.

UclaMiniscopeV4CameraData Workflow

Inputs & Outputs

Generates a sequence of UclaMiniscopeV4CameraFrames at a rate determined by FrameRate.

representation of a source operator
right-arrow

Properties

Property Type Description
DataType UclaMiniscopeV4CameraData.UclaMiniscopeV4ImageDepth

Gets or sets the data type used to represent pixel intensity values.

The UCLA Miniscope V4 uses a 10-bit image sensor. To capture images that use the full ADC resolution, this value can be set to U10. This comes at the cost of limited codec support and larger file sizes. If U8 is selected, the two least significant bits of each pixel sample will be discarded, which greatly increases codec options and reduces file sizes. Further, we have noticed that Bonsai introduces flickering in the real-time video visualizer when using 10-bit data. These artifacts are not present in the data itself, only in the real-time visualizer.

U8 = 0
U10 = 1
DeviceName string

Gets or sets a unique device name.

The device name provides a unique, human-readable identifier that is used to link software elements for configuration, control, and data streaming to hardware. For instance, it can be used to link configuration operators to data IO operators within a workflow. This value is usually not set manually, but is assigned in a MultiDeviceFactory to correspond to a fixed address with a piece of hardware such as a headstage. This address is used for software communication.