heremaps / pptk

The Point Processing Toolkit (pptk) is a Python package for visualizing and processing 2-d/3-d point clouds.
https://heremaps.github.io/pptk
MIT License
610 stars 112 forks source link

Is there any way to save the rendered images? #40

Closed zshyang closed 4 years ago

zshyang commented 4 years ago

Hi, Thanks for your software. Is there any way to save the rendered images?

tddaniel commented 4 years ago

maybe the play and record methods can help. https://heremaps.github.io/pptk/viewer.html#pptk.viewer.play

zshyang commented 4 years ago

Thanks!