Ask Your Question

Seunghoon Park's profile - activity

2015-03-07 10:30:24 -0600 received badge  Teacher (source)
2015-02-20 17:54:51 -0600 received badge  Supporter (source)
2015-01-15 13:13:27 -0600 answered a question Can't get opencv samples to work on Nexus 9

I left my answer on a similar question here

2015-01-14 22:21:56 -0600 received badge  Necromancer (source)
2015-01-14 22:14:29 -0600 answered a question Can't run sample on Tegra K1 / Nexus 9

I wonder if this is due to the fact that the Denver, which Nexus 9 has, is on ARMv8-A. I hope the next release of Android4OpenCV contains a pre-built binary for this architecture.

In the meantime, you could possibly build it by setting the target architecture as ''arm64-v8a" with this latest CMake toolchain file.

I didn't try it yet though, it would be helpful if somebody who tried this can share his/her experience. Thanks!