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

Record the video from camera #24

Open
o0olvto0o opened this issue May 6, 2022 · 1 comment
Open

Record the video from camera #24

o0olvto0o opened this issue May 6, 2022 · 1 comment

Comments

@o0olvto0o
Copy link

I used your library in my project, it is very good, thank you very much!
Now there is a new requirement, they need to record the video from camera, is it possible or how hard to do this?

Regards,
Tinh
email: [email protected]

@free5lot
Copy link
Owner

free5lot commented Jun 5, 2022

It is possible to add, but not presented in the library currently.
And I have no plans for implementing it at the time.

You have to change the library itself (and publish changes according to the license).

For more information read about ICaptureGraphBuilder2.SetOutputFileName() and IFileSinkFilter.
To find an example of how to use ICaptureGraphBuilder2 - see Camera_NET.AddFilter_Crossbar() function.

Feel free to provide PR or feedback if you have any news on the topic.

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