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

increase maximum frame size to support newer cameras #219

Merged
merged 1 commit into from
Nov 23, 2022

Commits on Nov 21, 2022

  1. increase maximum frame size to support newer cameras

    Increase maximum frame size from 40,000 bytes to 200,000 bytes to support
    newer high resolution cameras which can produce larger frames.
    
    Without this change in place the parser fails to detect the start and end
    frame markers if the frame size happens to be larger than 40,000 bytes.
    
    Surely there is a better way of doing this, but this was the easiest way to
    get around the problem.
    Mark Deneen committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    6d89f2e View commit details
    Browse the repository at this point in the history