Giter VIP home page Giter VIP logo

Comments (2)

oli-obk avatar oli-obk commented on July 16, 2024

I don't have a mac, so I was not able to develop for MacOS. I'll happily take PRs for that though ;)

from camera_capture.

LukasKalbertodt avatar LukasKalbertodt commented on July 16, 2024

I was asking for a friend, I don't own a Mac either, so I won't be able to contribute anything :(

Said friend and I tried to quickly find out how webcam stuff works on MacOS. We didn't find out much in this limited time, but I want to share a few things which might be helpful for someone interested in implementing this:

Accessing webcams is done via AV Foundation, apparently a big OS API for all kinds of audio/video things. Apparently this API has to be called from Objective-C. Now I don't know if the Objective-C interface is compatible with the C interface. If that were the case, we could call those API methods from Rust directly. If not, we would have to write some Objective-C and expose a C interface ourselves. That would probably kinda suck. Now from a quick google search it looks like it is possible somehow. But again: I really don't know anything about MacOS development.

Maybe we could get "This week in Rust" to mention this issue as "contribution welcome"?

from camera_capture.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.