I’m hitting some performance issues with my current project and would love some advice.
Here’s what I’m trying to do:
I’m using MediaPipe Pose Detection to control multiple videos and one audio track based on hand position. When my hand moves left/right, it scrubs through the videos backward/forward. The videos switch automatically when reaching their end frames. All videos will be designed to have matching end/start frames and that will make the magic of this experience.
The problem is I’m getting really bad frame rates. Right now I’m just testing with 3 videos (will need 10+ for the final), and it’s super laggy even though I have a decent machine.
I think the issue might be that I’m trying to control all videos simultaneously to keep them in sync, but maybe there’s a smarter way to handle this?
Any tips on how to improve performance while keeping the videos synchronized?
Thanks a lot