milg0/onvif-java-lib

Concurrent calls to onvifdevice instance.

YassineElyk opened this issue · 3 comments

Hi,

I would like to know if OnvifDevice methods can be called by multiple threads safely?

Thank you.

milg0 commented

You should do some adjustments for thread safety. I did not ensure that.

Alright thanks, maybe I'll look into that.

Hi, it takes 1.5 seconds for a single thread to acquire a camera ptz, and it takes 4.5 seconds for 3 threads to acquire three cameras ptzs. Can it be upgraded to 1.5 seconds? thanks.