diff --git a/articles/hardware/ucla-miniscope-v4/camera.md b/articles/hardware/ucla-miniscope-v4/camera.md index bc0e692..c83b844 100644 --- a/articles/hardware/ucla-miniscope-v4/camera.md +++ b/articles/hardware/ucla-miniscope-v4/camera.md @@ -21,9 +21,14 @@ The operator generates a sequen The relevant members are selected from the `UclaMiniscopeV4CameraFrame` by right-clicking the `UclaMiniscopeV4CameraData` operator and choosing the following Output members: `Camera`, and `Clock`. The [VideoWriter](xref:Bonsai.Vision.VideoWriter) saves the `Camera` to a files with the following format: -`ucla-miniscope-v4-video_.avi` with "GREY" FourCC. The [MatrixWriter](xref:Bonsai.Dsp.MatrixWriter) saves the `Clock` to a +`ucla-miniscope-v4-video_.avi` with "DIB " FourCC. The [MatrixWriter](xref:Bonsai.Dsp.MatrixWriter) saves the `Clock` to a files with the following format: `ucla-miniscope-v4-clock_.raw`. +> [!NOTE] +> - If you edit the FourCC property yourself and want to use "DIB ", take care to include a space as the fourth character. +> - You can also use the "FMP4" FourCC which compresses the video data into smaller file sizes. However, "FMP4" can only +> be used with 8-bit data. + Try adjusting the `FrameRate`, `SensorGain`, `LEDBrightness`, and `LiquidLensVoltage` properties while the workflow is running and observing the camera data. Follow our guide if you are not sure how to observe the camera data. \ No newline at end of file diff --git a/workflows/hardware/ucla-miniscope-v4/camera.bonsai b/workflows/hardware/ucla-miniscope-v4/camera.bonsai index d8daf9e..f3a016d 100644 --- a/workflows/hardware/ucla-miniscope-v4/camera.bonsai +++ b/workflows/hardware/ucla-miniscope-v4/camera.bonsai @@ -22,7 +22,7 @@ FileCount true false - GREY + DIB 30 0 diff --git a/workflows/hardware/ucla-miniscope-v4/ucla-miniscope-v4.bonsai b/workflows/hardware/ucla-miniscope-v4/ucla-miniscope-v4.bonsai index c022a40..2b605f5 100644 --- a/workflows/hardware/ucla-miniscope-v4/ucla-miniscope-v4.bonsai +++ b/workflows/hardware/ucla-miniscope-v4/ucla-miniscope-v4.bonsai @@ -152,7 +152,7 @@ FileCount true false - GREY + DIB 30 0