Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error _buffer_to_frame #34

Open
MarcelMB opened this issue Jul 12, 2024 · 3 comments
Open

error _buffer_to_frame #34

MarcelMB opened this issue Jul 12, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@MarcelMB
Copy link
Contributor

Screenshot 2024-07-11 at 4 47 40 PM (1)

Running into this error for the newest release on main f11d901

Had already talked with @t-sasatani about it. decided to get the full binary output with:
mio stream capture -c /Users/mbrosch/Documents/GitKraken_mac/miniscope-io/miniscope_io/data/config/WLMS_v02_200px.yml -b binary_error_test.bin

Download the binary file

@MarcelMB MarcelMB added the bug Something isn't working label Jul 12, 2024
@sneakers-the-rat
Copy link
Collaborator

Off by 1 error? Ill take a look in a minute

@t-sasatani
Copy link
Collaborator

t-sasatani commented Jul 12, 2024

Yes, this itself seems like it can be patched by doing one or two error handling. I wanted it here also because we might want to look closely at how a (presumably) broken buffer generally affects image construction and consider whether we're doing the right amount of carefulness.

@t-sasatani
Copy link
Collaborator

t-sasatani commented Jul 16, 2024

To dos

  • Patch this with some error handling. Presumably finished in Metadata handling, export, and real-time visualization #35
  • Think and implement how to recover data even if some metadata is corrupted. Some stuff to start with:
    • Assume the metadata won't do crazy changes and complement them under specific conditions.
    • Error correction code for metadata.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants