This package works with a variety of ONVIF compatible devices allowing for IP Cameras and NVRs (network video recorders) to be integrated into Dart and Flutter applications.
Hi @Pioxis, it looks like I had a bug in the code for the case where PtzPosition did not include a Zoom. This has been corrected in the latest v2.0.9 release.
Hello,
I'm trying to use cointinuousMove like absoluteMove or relativeMove but in that case I have error called "Null check operator used on a null value".
For example when I'm using absoluteMove:
or
then that is working, but it is step moveing, not continuous.
But when I'm trying:
or:
Then I have error from log:
I'm really basic in programming with Dart and Flutter, so I will be really thankful if you will help me with that problem.