Hello, all,
I have an OpenMV H7 plus camera, and I’m trying to communicate to another device over ethernet/LAN. I connected the SPI pins of the camera’s MB to a WIZ550io, and that to a router connected to the device I want to communicate with. I’ve pulled some sample code from the OpenMV documentation to get started, but whenever I try to use “network.LAN” functions, OpenMV IDE returns the error “AttributeError: ‘module’ object has no attribute ‘LAN’”. I’ve not been able to find help for this online.