-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hello,
Me and my team are trying to embed Kafka into Miniscope, such that it sends the frames captured in real time, instead of delaying until the capture stops and then save to local.
There are several problems that we are encountering. When we use Qt Creator 5.15, we cannot compile the software downloaded from https://github.com/Aharoni-Lab/Miniscope-DAQ-QT-Software/archive/refs/tags/v1.11.zip, as it raise an n < size() error for every input from the jsonnnnnn file. As Miniscope was documented to be written in Qt 5.12, we tried compiling using version 5.12, but more issues were encountered.
The only modifications we made right now is the openCV configuration in the .pro file. It compiles but the n < size() error prevents us from using the jsonnnn file. What is that issue and how to fix that?
