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
I am trying to use the SDK to record .pcap files. The documentation example only considers a finite amount of packets.
This makes .pcap.record impractical. In my application I am recording to an unknown amount of time (2h +), so the amount of packets is not know beforehand, and memory is a constraint.
Is this possible through the PythonSDK or should I use different software - preferably a solution using ROS that outputs .pcap
Best Regards,
L
The text was updated successfully, but these errors were encountered:
To add to kairenw's answer, the ouster-cli pcap record command has an option -s, --n-seconds FLOAT max time to record which provides a way to record a PCAP of a certain length, in seconds.
Hello,
I am trying to use the SDK to record .pcap files. The documentation example only considers a finite amount of packets.
This makes .pcap.record impractical. In my application I am recording to an unknown amount of time (2h +), so the amount of packets is not know beforehand, and memory is a constraint.
Is this possible through the PythonSDK or should I use different software - preferably a solution using ROS that outputs .pcap
Best Regards,
L
The text was updated successfully, but these errors were encountered: