unsupported operand type(s) for /: ‘pyzed.sl.Matrix4f’ and ‘pyzed.sl.Matrix4f’
Hi @Hua2544 , welcome to the forums!
The operand is not implemented for our Matrix4f type, I’m not too familiar with this but you can access a numpy version of the matrix via the m() method, on which you may be able to achieve what you want.