I have created a new function block in Robotino View 2.9.9 beta with an input and three output. The input data type which i am expecting at this function block is an image.
When i try to create a new function block using function block manager, there are only four data types available which are flota, uint32, int32 und bool. I chose unit32 as input data type, because the image is an array of integers[uint8 480x640x3]. In robotino view the output of the Camera function block shows 'image' as data type.
And when i try to connect the output of a camera function block to the new function block, it shows a red colour which implies it cannot be connected.
How can i create a function block with an input with 'image' data type?
When i try to create a new function block using function block manager, there are only four data types available which are flota, uint32, int32 und bool. I chose unit32 as input data type, because the image is an array of integers[uint8 480x640x3]. In robotino view the output of the Camera function block shows 'image' as data type.
And when i try to connect the output of a camera function block to the new function block, it shows a red colour which implies it cannot be connected.
How can i create a function block with an input with 'image' data type?
Comment