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

How to record point cloud data into a PCAP file programmatically, just like RSView #41

Closed
jonbakerfish opened this issue Jun 21, 2021 · 2 comments

Comments

@jonbakerfish
Copy link

Hi, how to record point cloud data into a PCAP file programmatically, just like RSView?
This SDK provides examples of sending package proto or decoded point cloud proto, and we can save these protos separately for each scan. However, this will create lots of files.

@HaoQChen
Copy link
Contributor

  1. start a process to record, you can use tcpdump in linux
  2. use libpcap, this may require some time to understand this lib

@RS-Alex
Copy link

RS-Alex commented Dec 7, 2021

Hi, how to record point cloud data into a PCAP file programmatically, just like RSView? This SDK provides examples of sending package proto or decoded point cloud proto, and we can save these protos separately for each scan. However, this will create lots of files.

The easiest way is to install a Wireshark tool on your computer then it will start capturing UDP packets, and you can save the UDP data as a pcap file.

@RS-Alex RS-Alex closed this as completed Dec 7, 2021
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

3 participants