Video screen capture

Hello people,

I have a question and I would like someone to share a bit of knowledge with me if possible :stuck_out_tongue:

So my idea is to make a plugin that lets cliente control freelancer jobs with rhino3d by web platform or another to choose.

Freelancer side:
-Login
-Begin session
-Do all the work on the rhino to completion
-close the session

Client side:
-access to working time
-access to time of drawing vs stopped time
-access to the video of the execution
-and more…

I’ve figured out how to do most of it, the only thing I couldn’t figure out was how to capture video to file, like
Rhino.Display.ViewCapture()

And by the way, what do you think of the idea? shoot pfv.

Thanks

drawing time vs stopped time does not take into account the non-mechanical part of the process: the work that happens between the ears.

Personal thoughts: If I were a freelancer I would probably not want my work methods recorded, especially if it is exactly that what generates the livelihood. Additionally, recording the screen and saving it somewhere pose a rather big security risk. Also, the proposed measurements sound like they would lead to an unhealthy amoung of micromanagement.

That said: there is no screen recording feature in Rhino.

2 Likes

Hello,

Ok , You’re probably quite right, it wasn’t recording all the stuff but im just a few seconds in between, anyway the video is not the main focus.

Yes it’s true, but stopped would just be complete downtime on the rhino, ā€œnon-mechanical part of the processā€ is work time.

Thanks