Ask Your Question
1

Plan to make OpenCV available on Windows 8 RT ARM platform

asked 2012-11-21 21:19:46 -0600

Yan Cheng Cheok gravatar image

updated 2013-08-08 03:49:01 -0600

Recently, we are using OpenCV face detection and face tracking, under Windows 8 RT platform. So far, there are some Windows 8 certification issues. Quite a number of modifications are needed, to make the final piece of software able to pass Windows 8 certification test, and submit it to Windows App Store. Here are some modifications which I had made.

Thing works pretty fine right now. We able to produce a piece of software which runs on x86 and x64 platforms. Here is the software if you ask : http://apptivate.ms/apps/78/whats-my-heart-rate (Vote if you like :)

But, we are not able to make it works under ARM platform. This is because, we fail to compile a copy of OpenCV for ARM platform. This is due to

Any plan for OpenCV team to produce a binary copy, which is available on Windows 8 RT ARM platform?

edit retag flag offensive close merge delete

Comments

hey Yan, Could I ask you about how to load image into Mat class ?, I found imread also can't use too! Thanks!

gogoqaz gravatar imagegogoqaz ( 2012-12-17 02:32:30 -0600 )edit

Sorry. Never try to load an image from file so far in Windows 8. But, I manage to write image to file in Windows. Please refer to http://stackoverflow.com/questions/13382442/save-char-array-as-jpg-for-c-windows-store-app Hope it helps. You're right. imread and imwrite both are not workable in Windows 8.

Yan Cheng Cheok gravatar imageYan Cheng Cheok ( 2013-01-11 02:10:43 -0600 )edit

Hi, man I'm trying to make it work (face detection) in Windows 8, but have no success, can you give me some guidance on how to implement a simple face detection?? Thanks in advance.

codekarllo gravatar imagecodekarllo ( 2013-07-26 16:07:41 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
2

answered 2012-11-22 00:52:38 -0600

Andrey Pavlenko gravatar image

Yes, we have packages for Windows RT in plans, but the dates are not yet defined.

edit flag offensive delete link more

Comments

Do you have any working ticket which reflects the Windows RT plan? As I would like to monitor it :)

Yan Cheng Cheok gravatar imageYan Cheng Cheok ( 2012-11-23 00:32:49 -0600 )edit

Not yet :)

Andrey Pavlenko gravatar imageAndrey Pavlenko ( 2012-11-23 02:14:34 -0600 )edit

Everyone are very looking forward it. We need something to monitor. :)

Yan Cheng Cheok gravatar imageYan Cheng Cheok ( 2013-01-11 02:12:05 -0600 )edit

Question Tools

Stats

Asked: 2012-11-21 21:19:46 -0600

Seen: 2,283 times

Last updated: Nov 22 '12