Tagged Questions
8
votes
2answers
159 views
How to record the stream of data (PixelPosition) dynamically?
I need to trace the moving of an object and get the coordinates of such movement. The set of coordinates will be used for the subsequent evaluation and analysis.
I can easy get the current real-time ...