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

Fetching live camera stream #77

Closed
AryanSethi opened this issue Jul 11, 2022 · 2 comments
Closed

Fetching live camera stream #77

AryanSethi opened this issue Jul 11, 2022 · 2 comments

Comments

@AryanSethi
Copy link

Can I use libjpeg-ex or libavcap: audio/video capture api (v4l2/uvc/esp32/dshow) to fetch live camera stream from my web cam in linux ?

@gozfree
Copy link
Owner

gozfree commented Jul 11, 2022

yes, you can use libavcap to capture audio/video frame in two methods:
"avcap_query_frame": sync call with one-by-one frame
"avcap_start_stream": with async on_stream callback to get stream
refer to test_libavcap.c

@gozfree
Copy link
Owner

gozfree commented Jul 11, 2022

libjpeg-ex is wrapper of libjpeg, aim to convert easily between yuv and jpeg.

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