PredictPose -> Concat “No method overload found for the given arguments” error #1821
-
Hi, I'm trying to join a video from my files with what is being captured by a camera. Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The output of predict pose is not an image, it's a object with pose related information. A function that "concatenates" an image with a pose doesn't exist. Concatenate(dsp) works on top of IplImages or Mat objects only. Out it helps, |
Beta Was this translation helpful? Give feedback.
The easiest way to do this currently is to use the ScreenCapture operator