Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Android Example for "pose_landmarker" is not working for videos #367

Open
LeonelZalegas opened this issue Apr 3, 2024 · 0 comments
Open

Comments

@LeonelZalegas
Copy link

When you try to select a video that is longer than 10 seconds, it keeps loading forever.
I checked the code, and basically it takes the video, obtain all the frames at once and process every single of them with mediapipe (this is where the loading view appears in the UI), this is something that I guess requires a lot of processing and that's why it won't work with videos longer than 10 sec

Isn't possible to implement something like the implementation that is done for the camera but for the video analysis ? In the camera processing we are returning the frames in real time and immediately processing it with mediapipe and return it so it can be shown in the UI

Imagen de WhatsApp 2024-04-02 a las 23 17 34_19965a9c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant