techyian / MMALSharp

C# wrapper to Broadcom's MMAL with an API to the Raspberry Pi camera.
MIT License
195 stars 33 forks source link

Feature Request: make the implementation cross platform #100

Closed grahamehorner closed 4 years ago

grahamehorner commented 4 years ago

IMHO it would be great if this library also worked on the Windows 10 IoT Core platform; at present AFAIA there are no drivers available for Windows 10 IoT Core the Raspberry PI camera and support for the camera has been request from the community on a number of forums. I'm not sure if this is possible or weather it would be a simple task or if a native library already exists that this wrapper could use when running under a Windows 10 IoT core environment

techyian commented 4 years ago

Hello,

Unfortunately this is not possible due to limitations in Windows 10 IoT - there is no hardware support to the camera module and therefore I'm unable to support it in this library. The feature request is best targeted at the Windows IoT developers.