I want to discuss how to Store a limited amount of frames in an excel file, from a live output in Python.
I am able to get frames from leap motion tracking, but I have not been able to figure out the logic to store data in the excel file, as I can store an infinite amount of data( obviously) so I need to select a limited amount.
I would be appreciative of any guide/advice or reference to a thread or tutorial which solves my problems or give me a very close answer.