Hello
I want to use a specific shape of sensor mask as picture file. I write the code as follow>
sensor.mask = loadImage('beads5.jpg');
But the code doesnt work and some errors appeas. I want to know is there anz specific limitation for sensor.mask.
For example I made a function name CI and write the code as follow:
sensor.mask = loadImage(CI);
Again it did not work.
Thanks