Closed oneemptyearthling closed 2 years ago
Android is not implemented.
thanks for the response. How would I change the camera input? as the inputfile and camId appear blank when i read them.
MediaPipePipelineComponent has properties:
InputFile (string) -> will play from file CameraId (int) -> will capture camera with specific ID (0 means default)
should be assigned before calling MediaPipePipelineComponent::Start()
thanks for the clarification.
I cannot see where the webcam is accessed. How would I implement this example to run on Android using the Phone's camera.