OpenCV + Windows 10 IoT Core + Raspberry Pi 3?
Does OpenCV support for video capturing from USB camera on Raspberry Pi + Windows 10 IoT Core?
When i read this link , I understand that it's not.
Who can help me? Thanks
Update 1
"I understand that it's not. " I cannot find where it is written NO.
Base on the answer of this question and updated image
Yes I have read it but It is not written NO. Example Motion detection in opencv Yes, Video Stabilization in Opencv Yes and so on. Now I think that's If you want to use Raspberry and windows you have to use C# to grab an image. Microsoft like c#
put "Any USB or embedded camera" into the empty space.
restrictions only apply, if you're using the (badly maintained) UWP or iot core path, different driver model, less support for that in general.
also, situation on a raspi is entirely different, different os (raspian or such), different camera drivers ( e.g.libv4l )
Hi @LBerger and @berak. How to build opencv for windows 10 iot core? I could not add the opencv library into python project. Not support with python? (support with C# or C++)
no idea, sorry.