Windows 10 IoT core+rasperry pi+camera sensor? -
does windows 10 iot core supports rasperry pi camera sensor?if so,which libraries there in c# code camera module?
windows iot officially supports several types of usb cameras, find completed list https://developer.microsoft.com/en-us/windows/iot/docs/hardwarecompatlist#cameras.
if you're developing under uwp framework, has built-in support various cameras, follow tutorial https://msdn.microsoft.com/en-us/windows/uwp/audio-video-camera/camera.
microsoft provides sample projects camera development, find in https://github.com/microsoft/windows-universal-samples/tree/master/samples/camerastarterkit.
i hope helps.
Comments
Post a Comment