ccapture.js
ccapture.js copied to clipboard
Use Case Query
Hi,
First of all, many thanks for this wonderful package.
My use case is as follows:
I have a trading canvas stockchart which gets updated with new data coming from server every 1 minute or so. The chart is practically static in nature waiting for the next data point to arrive at which point, it re gets re rendered and updated. Now I would like to create a fast paced video of the canvas every time it gets updated (rendered) as against capturing the idle time in between. So I can create some logic to make sure that the video starts capturing every time there is a render of the chart and immediate stop it using a timer few milliseconds after the rendering is complete.
My query is as follows:
- Can the library manage the above out of the box to produce a video that captures every chart render and filters out the idle time
- If yes, how?
- If no, then I can build a logic at my end to capture few hundred of such videos capturing each render of the chart but how do I knit them together to build one past paced video out of the session
Thank you