pptk icon indicating copy to clipboard operation
pptk copied to clipboard

The Point Processing Toolkit (pptk) is a Python package for visualizing and processing 2-d/3-d point clouds.

Results 59 pptk issues
Sort by recently updated
recently updated
newest added

`debug=False` (the default) hides debug output coming from the separate viewer process by capturing `stderr` with `subprocess.PIPE`, but (at least on some OSes) that pipe's buffer can fill after which...

Hey, I wonder if there is a solution for updating a point location without having to close and restart the instance? I have some moving points and I would like...

Hi there, I'm trying to test some custom modifications of the viewer but cannot get it to compile. "make" runs into the following issue: `[ 71%] Linking CXX executable viewer...

It seems to be impossible to use the viewer and run an infinite loop in charge of getting selected points. I want to use pptk to annotate point clouds for...

When I try and use the record method on windows I get this error after 52 frames. ``` ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine...

I made some modifications to be able, at last, to use the viewer as a pointcloud renderer. Ability to change the render size and rendering in fine mode are the...

I have a point cloud that displays in the pptk.viewer(), however, I can't seem to zoom the camera to get close enough to see the data. The data is a...

Just downloaded and the display of bildstein_station1_xyz_intensity_rgb.txt worked right out of the box. BUT I cannot get the simple example of displaying 100 random points to work. the viewer opens...

I have been trying to get pptk viewer to run through docker (ubuntu) on a MacBook. I can get glxgears to work, spyder to work through the same environment. But...

I am trying to create a live point cloud movie from recorded TOF data. == code start == i = 0 for frame in stream: channels = frame.getChannels() depth =...