Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

opencv's video capabilities and aruco are entirely unrelated, and aruco does not (need to) know anything about video handling.

if you are able to open your VideoCapture with a gstreamer pipeline like above, ok, it will work with any aruco related program, too. if you can't, again don't blame it on aruco.

  • please check cv::getBuildInformation() , to see, if you actually have support for gstreamer builtin.