Can't concatenate CameraCapture and FileCapture #1815
-
Hi, When I use a script joining CameraCapture and FileCapture using a WithLatestFrom node, and then a Concat node, I get the following Runtime error "Input arrays must have the same shape except in the dimension corresponding to axis". What does this error mean in terms of joining videos, and what could I do to get rid of this error? Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Your frames should have same size along the dimension you are merging (ie. the one you do not have specified in the operator) |
Beta Was this translation helpful? Give feedback.
-
The dimension I am merging changes with the number of the axis i choose in the Concat node, right? |
Beta Was this translation helpful? Give feedback.
Your frames should have same size along the dimension you are merging (ie. the one you do not have specified in the operator)