1

I want to display camera output from a mobile phone (with Windows mobile OS) using openCV and C# / C++. If you have any useful link / code, please share in this thread.

MKS
  • 736
  • 2
  • 14
  • 33

1 Answers1

0

Use the native API for doing this if you can, unless there's a specific reason you want to use OpenCV.

Windows Mobile: using phone's camera with C#

There's a couple of useful links on this site.

Community
  • 1
  • 1
karlphillip
  • 92,053
  • 36
  • 243
  • 426
  • hi, thanks for your link. those links are really interesting, but I want to implement optical flow using mobile phone camera and train a model with that. that's why I was planning to use openCV. do you have any link where I will find information regarding how to use openCV on windows mobile? – MKS Jun 20 '11 at 19:22