MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / api_bootstrap

Function api_bootstrap

Scripts/ButSystem.py:10327–10334  ·  view source on GitHub ↗

Lightweight bootstrap endpoint used by the loading screen.

()

Source from the content-addressed store, hash-verified

10325 },
10326 width: videoEl.videoWidth || 1280,
10327 height: videoEl.videoHeight || 720
10328 });
10329 await cameraActive.start();
10330 }else{
10331 const loop = async () => {
10332 if(sourceMode !== 'camera') return;
10333 if(videoEl.readyState >= 2 && !processing){
10334 processing = true;
10335 try{ await faceMesh.send({ image: videoEl }); }catch(e){ console.error(e); }
10336 processing = false;
10337 }

Callers

nothing calls this directly

Calls 2

current_userFunction · 0.70
get_profileFunction · 0.70

Tested by

no test coverage detected