hello all, i am trying to stream x- and y-values of multiple bounding boxes to a csv-file. i use a panel to stream the content.
as you can see in the attached sceenshot the coordinates are ordered like this: x (1) x (2) x (3) y (1) y (2) y (3) i would like to have them ordered like this: x (1) y (1) x (2) y (2)
x (3)
y (3) does anyone have an idea how to manage this. sorry, if this is a dumb question and thanks in advance for any help. roberto