firekind / simple-mediapipe-project

A simple mediapipe project, that uses mediapipe as an external dependency.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Mediapipe Project

This project is a simple mediapipe project that converts the RGB input from the webcam into grayscale and displays it. This project uses mediapipe as an external dependency.

Requirements

  • This project was developed to work on Manjaro. For other distros, edit the srcs, hdrs and includes in opencv_linux.BUILD to point to the correct locations.

  • bazel version: 3.6.0

Build and Run

To build the application, run

$ bazel build simpleapp:simpleapp

and to run the application,

$ ./bazel-bin/simpleapp/simpleapp

To build and run the application,

$ bazel run simpleapp:simpleapp

About

A simple mediapipe project, that uses mediapipe as an external dependency.


Languages

Language:Starlark 68.8%Language:C++ 31.2%