I’m trying to track AR markers from a camera image. I cannot use the freeframe nodes since I’m also using Kinect2 nodes in the project, and I cannot run two instances of vvvv for performance reasons, loosing time sending data from one to the other.
isn’t there an opencv (and therefor emgucv) implementation of ArUco? Or, isn’t this coming from opencv originally? If that’s the case, i’d consider using the imagepack as basis for the nodes, since you could ‘just plop an example into a node’ and then benefit from the imagepacks threadhandling.
hehe, i mean by that, if you find a good example of ArUco in emguCV, it would probably be quite easy to transfer that code into an imagepack node. at least, that was my experience with that node.