techyian / MMALSharp

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

System.DllNotFoundException #126

Closed ggggg15 closed 4 years ago

ggggg15 commented 4 years ago

When MMALCamera cam = MMALCamera.Instance; is executed I get the following error: System.DllNotFoundException: 'Unable to load DLL 'libbcm_host.so' or one of its dependencies: The specified module could not be found.

Raspberry PI model 3B Windows 10 IoT version 1809 (build 17763) Visual Studio 2019 C# MMALSharp v0.51

techyian commented 4 years ago

This library is only compatible with Linux based operating systems which include the Raspberry Pi camera firmware. Windows 10 IoT does not have the camera module firmware available unfortunately. If you want to use this lib, please use it under an OS such as Rasbian or Ubuntu.

ggggg15 commented 4 years ago

Ok That explains it all. Thanks.