MediaPipe project's source code is hosted at https://github.com/google/mediapipe
We can use MediaPipe using JavaScript also in Browser given at MediaPipe in JavaScript
While using MediaPipe with JavaScript we need to use @mediapipe/camera_utils module whose source code I am looking for. Its not available on https://github.com/google/mediapipe
I found minified code at https://cdn.jsdelivr.net/npm/@mediapipe/control_utils/control_utils.js which is not so readable even after un-minifing it.
So where is source code of @mediapipe/camera_utils
?
camera_util
its very small code. minifiled code link is given in question. – Revenuecontrol_utils
– Marshallmarshallese