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

Which decoder framework is best for MJPEG? #692

Open
srimanachanta opened this issue Oct 8, 2024 · 1 comment
Open

Which decoder framework is best for MJPEG? #692

srimanachanta opened this issue Oct 8, 2024 · 1 comment

Comments

@srimanachanta
Copy link

Hello, I am writing a V4L2 memory-to-memory stateless decoder to decode (usually MJPEG) camera frames and am trying to use mpp to handle decode of the frames. I notice there are two examples for this, one which is single threaded and one which is multithreaded. When should I use which one? Which one should I use if I want the absolute best performances for my project?

Thanks for any insight on this question

@HermanChen
Copy link
Collaborator

jpeg decoder only can use the enqueue / dequeue flow in mpi_dec_test.
When using non-jpeg decoder use the flow in mpi_dec_mt_test is better.

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

2 participants