Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to visualize 3d Points data stream of object coordinates in Real time python

I am getting 3d points of object in real word with triangulatePoints function in opencv. But to debug and verify accuracy of point I need a debugging procedure. I am gets new point for every 20 mill seconds. I need to plot the points and visualize them in real time. How do I achieve this.

How to visualize 3d Points data stream of object coordinates in Real time python

I am getting 3d points of object in real word with triangulatePoints function in opencv. But to debug and verify accuracy of point I need a debugging procedure. I am gets new point for every 20 mill seconds. I need to plot the points and visualize them in real time.

How do I achieve this. I am developing in python.