-
Notifications
You must be signed in to change notification settings - Fork 33
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
Dropping/stuttering Connections permanently #37
Comments
It's nice that it still works with a newer version :) If i correctly remember, the camera can send not full packet. For example, if this is an end of the frame, but for such purposes there was a flag. And after camera waits some packet to continue, if not it closes the connection. Need to check FSM in original disassembled sources. |
hi again, totally didnt forget to reply maybe it would be more beneficial/easier to just immediately reestablish a connection rather than trying to stitch together packets i would try to make a fix, but unfortunately i have but i have basically 0 experience with networking things beyond the basics of setting up a server/client with code borrowed from the internet greets |
I saw such troubles with my cameras, but doesn't have a time to fix it. |
I am too facing the same issue, the live video suddenly stops working! can we have a fix please 😢 ? |
Hi yall,
first of all, really nice programm youve built, works great mostly.
But im having a pretty major issue, that being that the camera connection often drops or stutters.
i am running the command
python3 a9_naxclow.py -l -v -o live.avi
this is the -v output shows when the stream starts to stutter
![image](https://private-user-images.githubusercontent.com/63900327/354696603-bc6a8d20-94a9-4207-8840-c3fd8295ec75.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4MDE2MDksIm5iZiI6MTczOTgwMTMwOSwicGF0aCI6Ii82MzkwMDMyNy8zNTQ2OTY2MDMtYmM2YThkMjAtOTRhOS00MjA3LTg4NDAtYzNmZDgyOTVlYzc1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDE0MDgyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMyYzk4MTAxZjEyMjkwNGJmMGNmYThlMzVhNjMyYTJkNDVlNTVjNGYyMDdiYzc5Y2MwMDM0MzgxOTAyZTJhZGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Wv_HxY4dlxSt5FDp1k4vtDYKxbFyizEcuBOutyhAZ38)
amd this is the last output that shows when it crashes
![image](https://private-user-images.githubusercontent.com/63900327/354703854-62c14af3-930d-4136-b249-b96881666fc9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4MDE2MDksIm5iZiI6MTczOTgwMTMwOSwicGF0aCI6Ii82MzkwMDMyNy8zNTQ3MDM4NTQtNjJjMTRhZjMtOTMwZC00MTM2LWIyNDktYjk2ODgxNjY2ZmM5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDE0MDgyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkzNDAwMWFhNzk0YTllNjViYjZjM2Y5YzNmNjg0ZDg3MDM4MDE0MjMyZmJiYmFiZDI3OGQ4ZTFkY2VjOTE3Y2EmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.mOGIMIHHx9kvbc5rQUVxEAXbf198nNZ4Oge8m0gJklg)
to make sure its not my PC(running Ubuntu 22.04LTS) i also tested in on a Chromebook(running Debian 12), both have the same issue.
also tested it with the V720 app on Android where it runs fine(except when switching from IR to normal and vice versa)
(if the info is needed it has a BK7252UQN48 IC with firmware rev. 202405071414)
greets
The text was updated successfully, but these errors were encountered: