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

Cannot replicate CeptonViewer function with python library. #12

Open
paullavenderjones opened this issue Feb 18, 2020 · 1 comment
Open

Comments

@paullavenderjones
Copy link

Hi,
I have a pcap file from a Cepton sensor and was trying to convert from image position to Cartesian coordinates.
To test my method I first tried converting from image position to Cartesian coordinates using the python function convert_image_points_to_points. I then compared them to the Cartesian points from a .ply file saved from the CeptonViewer software. However, they are not equivalent; when looking at the images below. The first image is from the .ply file from CeptonViewer and the second image is from the image positions which have been converted using convert_image_points_to_points. The black circle shows an example where there is a clear difference. Am I using the conversion function wrong or is this an issue with the SDK?

image

image

@kazuf3
Copy link

kazuf3 commented Feb 19, 2020

It looks the number of points drastically decreased. Did you check the timestamps of point cloud? I thought you might limited the sampling duration from original pcap.

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