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

No payload seems to be sent by camera #119

Closed
blauertee opened this issue Jul 24, 2024 · 2 comments
Closed

No payload seems to be sent by camera #119

blauertee opened this issue Jul 24, 2024 · 2 comments

Comments

@blauertee
Copy link

Hello,

My camera doesnt seem to send any actual Image data on StartStreamAsync() I can see the metadata (LEADER and TRAILER) packages but there is no actual data in between them (see wireshark table provided in #118 ). Anyone has any Idea whats going south?

Thanks!!

@Touseefelahi
Copy link
Owner

Yes in the provided wireshark table, it doesn't have the actual image data. I can think of two possible issues:
1: Packetsize is supposed to be within the supported MTU size. Try setting a lower packet size of 1400. You can also enable Jumbo packet support from your network settings to use higher packet size.
2: Driver issue for the Ethernet Card.

@blauertee
Copy link
Author

1: Packetsize is supposed to be within the supported MTU size. Try setting a lower packet size of 1400. You can also enable Jumbo packet support from your network settings to use higher packet size.

Great, solved it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants