bth
bth
Hi, Thank you for the reply. I just played around with adding `timeout=some_timeout_value` ``` with ia.fetch(timeout=20) as buffer: component = buffer.payload.components[0] _1d = component.data print('1D: {0}'.format(_1d)) _2d = component.data.reshape( component.height,...
Hi Teresa, Thanks for your reply. I've trid a version where i define my mqtt object inside the context of vimba's with statements. This works, but it also seems pretty...
I have tried with: `Vimba.get_instance().set_network_discovery(True) ` And also to adjust GeV packet size, but no change.