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

Arapaho stream with camera #56

Closed
lucCult opened this issue Mar 14, 2018 · 4 comments
Closed

Arapaho stream with camera #56

lucCult opened this issue Mar 14, 2018 · 4 comments

Comments

@lucCult
Copy link

lucCult commented Mar 14, 2018

Hi, how can I run araphao on a camera stream instead of a video file?

@prabindh
Copy link
Owner

Is this on Windows, or on Linux ?

@lucCult
Copy link
Author

lucCult commented Mar 15, 2018

on Linux

@prabindh
Copy link
Owner

Replacing this line

VideoCapture cap ( INPUT_AV_FILE );
with the below should work for the default camera on the system.
VideoCapture cap(0); // open the default camera

@prabindh
Copy link
Owner

Closing due to lack of response. Please reopen if needed.

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