You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!
The text was updated successfully, but these errors were encountered:
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.
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.
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!!
The text was updated successfully, but these errors were encountered: