You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am using miniscope V4 and adding an external UVC arducam high quality camera link is here:
I added the camera in videoDevices.jason using the same qml file (qrc:/behaviorCam.qml) as other default web cameras.
the line I added in videoDevices.jason is below:
When I start the GUI, it can recognize both miniscope camera and arducam; However, when start recording, after a short while, the control panel sending error msg like "Error: My V4 Miniscope frame buffer is full. Frames will be lost!" and I noticed in the miniscope camera window the buffer is 128/128, while the arducam's buffer is below 128.
How could I avoid crash of frame buffer and proper recording? Can i reallocate the frame buffer? Any advice appreciated.
The text was updated successfully, but these errors were encountered:
Hi I am using miniscope V4 and adding an external UVC arducam high quality camera link is here:
I added the camera in videoDevices.jason using the same qml file (qrc:/behaviorCam.qml) as other default web cameras.
the line I added in videoDevices.jason is below:
When I start the GUI, it can recognize both miniscope camera and arducam; However, when start recording, after a short while, the control panel sending error msg like "Error: My V4 Miniscope frame buffer is full. Frames will be lost!" and I noticed in the miniscope camera window the buffer is 128/128, while the arducam's buffer is below 128.
How could I avoid crash of frame buffer and proper recording? Can i reallocate the frame buffer? Any advice appreciated.
The text was updated successfully, but these errors were encountered: