Using the SDK, I found that when the application starts and I set the Ethernet speed to maximum 10 hz its only run at 2 Hz 500msec

But if I select Maximun Speed from the GUI, the application changes to 10Hz 90 msec .

Could you tell me what I should send to the camera trought the SDK to have the same effect as the GUI selection?

 

You should in that case use properties 63 and 64. First set property 63 to ".system.rtp.frequency" and the set property 64 to 0
using a long value type. The value 0 indicates to the camera to use maximum speed in the image transfer.

Back to top