Mediapipe and CUDA configuration

I’m working on a project that requires running a hand-tracking module from Mediapipe on 40 cameras at the same time. However, I’m encountering an issue where I can’t achieve a minimum of 15 frames per second (fps) video output because Mediapipe is not utilizing the GPU for processing. I’m looking for ways to configure Mediapipe with Cuda accelerated computing in order to improve the output performance. Can you provide guidance on how to achieve this?