DEV Community

El Bruno for Microsoft Azure

Posted on • Originally published at elbruno.com on

#OpenCV – Access a local camera 🤳in F# 📝

Hi !

NET is in anniversary mode, and in Dev.to blog, someone asked about these samples in F#. It’s been a while since I wrote some F# code, and this is the perfect excuse to start.

Today Post: Access a local camera and show the camera frames in an OpenCV window. In following posts we will have a face detection demo in F#, like this one:

face blur demo in csharp using dnn

Easy to implement, and also easy to read:

Code Sample

Original post

Happy coding!

Greetings

El Bruno


Top comments (2)

Collapse
 
smac89 profile image
smac89

Never seen F# code. The syntax looks nice! Thanks for sharing.

Collapse
 
64j0 profile image
Vinícius Gajo

Pretty cool, thanks for the post.