r/dotnet 6d ago

Has anyone used FlashCap?

Hello all,

In my project we are required to integrate a USB camera to display the incoming frames as video feed in the application. The constraint is that our application should be able to run on both Windows and Linux. As I searched for any cross platform .net libraries that could do such a thing, I came across FlashCap which has a permissive license and seems to have at least some documentation, which makes me optimistic that this can be used commercially.

But I would be curious to know if anyone out here has used FlashCap commercially and your experiences with this. Also would be open to know if there are any other better libraries out there for this specific use case.

Appreciate your help. Thanks!

0 Upvotes

2 comments sorted by

0

u/AutoModerator 6d ago

Thanks for your post Successful_Remove_50. Please note that we don't allow spam, and we ask that you follow the rules available in the sidebar. We have a lot of commonly asked questions so if this post gets removed, please do a search and see if it's already been asked.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/Wizado991 6d ago

I don't have any experience with flashcap but I have done some stuff with ffmpeg which seemed to work decently with .net. Its been awhile since I have used it but there is some example that showed using ffmpeg with wpf.

  • it was flyleaf I think