9

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?

Alok
  • 7,734
  • 8
  • 55
  • 100
  • Did you get an answer ? I'm looking for a documentation of camera_utils to select the right camera – Jean-Philippe Encausse Nov 06 '21 at 18:46
  • @Jean-PhilippeEncausse: you can read and modify minified code of `camera_util` its very small code. minifiled code link is given in question. – Alok Nov 07 '21 at 01:34
  • By accident I found some of the JavaScript code in the tfjs-models repo. For example here: https://github.com/tensorflow/tfjs-models/tree/master/face-landmarks-detection/src/mediapipe. But no sign of `control_utils` – Maccesch Apr 27 '22 at 22:13

0 Answers0