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

Socket.IO communication issue #62

Open
lurz01 opened this issue Aug 7, 2024 · 2 comments
Open

Socket.IO communication issue #62

lurz01 opened this issue Aug 7, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@lurz01
Copy link

lurz01 commented Aug 7, 2024

Hello,

Thank you for contributing such a powerful open-source project. I followed your instructions to run the project and found that the video stream is transmitted normally, but the Socket.IO communication is not working properly. Have you encountered a similar issue, or could you provide some troubleshooting ideas? I would greatly appreciate it.

@lurz01 lurz01 added the bug Something isn't working label Aug 7, 2024
@deyoyow
Copy link

deyoyow commented Sep 30, 2024

Hello lurz, may i ask is your flask running on the index.py

if __name__ == '__main__': socketio.run(app, port=3001, debug=True)

Mine seems to kept re-opening the COM port if the parameter set to debug=True
and while debug=False resolves the error, the camera is seems to be not running (FPS = 0)
image

@cultist123
Copy link

the solution is to connect four cameras

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