Where is @mediapipe/camera_utils npm module source code?
Asked Answered
R

1

11

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?

Revenue answered 28/8, 2021 at 10:18 Comment(3)
Did you get an answer ? I'm looking for a documentation of camera_utils to select the right cameraLargescale
@Jean-PhilippeEncausse: you can read and modify minified code of camera_util its very small code. minifiled code link is given in question.Revenue
By accident I found some of the JavaScript code in the tfjs-models repo. For example here: github.com/tensorflow/tfjs-models/tree/master/…. But no sign of control_utilsMarshallmarshallese
X
0

As far as I read in their comments on the Github issue, they did not prioritize to open the source code. Therefore the answer is: in their private repository.

Yet, the main contributor shared links to the Typescript definitions.

https://github.com/google-ai-edge/mediapipe/issues/1408#issuecomment-810652766

Xenophon answered 3/9, 2024 at 15:29 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.