Skip to content

code4fukui/Camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camera

Compatible with camera_utils of MediaPipe

test

https://code4fukui.github.io/Camera/

how to use

import { Camera } from "https://code4fukui.github.io/Camera/Camera.js";

const camera = new Camera(videoElement, {
  onFrame: async () => {
    // use videoElement as image
  },
  width: 1280,
  height: 720,
  backcamera: true,
});
camera.start();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published