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 recorder should be designed with multiple ways to handle frames #2241

Open
daodol opened this issue Jun 13, 2024 · 2 comments
Open

The recorder should be designed with multiple ways to handle frames #2241

daodol opened this issue Jun 13, 2024 · 2 comments

Comments

@daodol
Copy link

daodol commented Jun 13, 2024

hi,The javacv framework should be a kind of wrapper for OpenCV.And off-heap memory should be used to the maximum
image
But in the diagram above, in order to adapt to the outputstream. JVM memory is used, which can put pressure on the JVM if the data stream is large

@saudet
Copy link
Member

saudet commented Jun 13, 2024

Contributions are welcome! Please open a pull request with your proposal

@daodol
Copy link
Author

daodol commented Jun 13, 2024

Contributions are welcome! Please open a pull request with your proposal

Make the callback method public and let the user decide what to do with the data, rather than binding the outputstream
Wouldn't that make more sense?

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

No branches or pull requests

2 participants