libonvif 3.2.1__tar.gz → 3.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {libonvif-3.2.1 → libonvif-3.2.2}/CMakeLists.txt +1 -1
- {libonvif-3.2.1/libonvif.egg-info → libonvif-3.2.2}/PKG-INFO +1 -1
- {libonvif-3.2.1 → libonvif-3.2.2}/include/onvif_data.h +10 -3
- {libonvif-3.2.1 → libonvif-3.2.2}/include/session.h +1 -1
- {libonvif-3.2.1 → libonvif-3.2.2/libonvif.egg-info}/PKG-INFO +1 -1
- {libonvif-3.2.1 → libonvif-3.2.2}/pyproject.toml +1 -1
- {libonvif-3.2.1 → libonvif-3.2.2}/setup.py +1 -1
- {libonvif-3.2.1 → libonvif-3.2.2}/src/onvif.cpp +1 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/LICENSE +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/MANIFEST.in +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/README.md +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/include/cencode.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/include/getopt-win.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/include/onvif.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/include/sha1.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/libonvif/__init__.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/libonvif/libxml2.dll +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/libonvif/msvcp140.dll +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/libonvif/vcruntime140.dll +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/libonvif.egg-info/SOURCES.txt +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/libonvif.egg-info/dependency_links.txt +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/libonvif.egg-info/not-zip-safe +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/libonvif.egg-info/top_level.txt +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.appveyor.yml +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.clang-format +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.clang-tidy +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.cmake-format.yaml +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.codespell-ignore-lines +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.git +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.gitattributes +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.github/CODEOWNERS +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.github/CONTRIBUTING.md +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.github/dependabot.yml +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.github/labeler.yml +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.github/labeler_merged.yml +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.github/matchers/pylint.json +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.github/pull_request_template.md +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.github/workflows/ci.yml +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.github/workflows/configure.yml +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.github/workflows/format.yml +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.github/workflows/labeler.yml +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.github/workflows/pip.yml +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.github/workflows/upstream.yml +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.gitignore +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.pre-commit-config.yaml +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/.readthedocs.yml +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/CMakeLists.txt +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/LICENSE +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/MANIFEST.in +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/README.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/Doxyfile +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/Makefile +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/_static/css/custom.css +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/advanced/cast/chrono.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/advanced/cast/custom.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/advanced/cast/eigen.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/advanced/cast/functional.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/advanced/cast/index.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/advanced/cast/overview.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/advanced/cast/stl.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/advanced/cast/strings.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/advanced/classes.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/advanced/embedding.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/advanced/exceptions.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/advanced/functions.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/advanced/misc.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/advanced/pycpp/index.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/advanced/pycpp/numpy.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/advanced/pycpp/object.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/advanced/pycpp/utilities.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/advanced/smart_ptrs.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/basics.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/benchmark.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/benchmark.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/changelog.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/classes.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/cmake/index.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/compiling.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/conf.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/faq.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/index.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/installing.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/limitations.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/pybind11-logo.png +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/pybind11_vs_boost_python1.png +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/pybind11_vs_boost_python1.svg +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/pybind11_vs_boost_python2.png +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/pybind11_vs_boost_python2.svg +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/reference.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/release.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/requirements.txt +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/docs/upgrade.rst +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/attr.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/buffer_info.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/cast.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/chrono.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/common.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/complex.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/detail/class.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/detail/common.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/detail/descr.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/detail/init.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/detail/internals.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/detail/type_caster_base.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/detail/typeid.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/eigen/matrix.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/eigen/tensor.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/eigen.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/embed.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/eval.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/functional.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/gil.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/iostream.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/numpy.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/operators.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/options.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/pybind11.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/pytypes.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/stl/filesystem.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/stl.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/stl_bind.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/include/pybind11/type_caster_pyobject_ptr.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/noxfile.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/pybind11/__init__.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/pybind11/__main__.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/pybind11/_version.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/pybind11/commands.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/pybind11/py.typed +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/pybind11/setup_helpers.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/pyproject.toml +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/setup.cfg +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/setup.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/CMakeLists.txt +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/conftest.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/constructor_stats.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/cross_module_gil_utils.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/cross_module_interleaved_error_already_set.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/eigen_tensor_avoid_stl_array.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/env.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/extra_python_package/pytest.ini +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/extra_python_package/test_files.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/extra_setuptools/pytest.ini +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/extra_setuptools/test_setuphelper.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/local_bindings.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/object.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/pybind11_cross_module_tests.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/pybind11_tests.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/pybind11_tests.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/pytest.ini +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/requirements.txt +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_async.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_async.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_buffers.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_buffers.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_builtin_casters.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_builtin_casters.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_call_policies.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_call_policies.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_callbacks.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_callbacks.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_chrono.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_chrono.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_class.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_class.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/CMakeLists.txt +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/embed.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/main.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/test.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_const_name.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_const_name.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_constants_and_functions.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_constants_and_functions.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_copy_move.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_copy_move.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_custom_type_casters.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_custom_type_casters.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_custom_type_setup.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_custom_type_setup.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_docstring_options.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_docstring_options.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_eigen_matrix.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_eigen_matrix.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_eigen_tensor.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_eigen_tensor.inl +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_eigen_tensor.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_embed/CMakeLists.txt +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_embed/catch.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_embed/external_module.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_embed/test_interpreter.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_embed/test_interpreter.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_embed/test_trampoline.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_enum.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_enum.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_eval.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_eval.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_eval_call.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_exceptions.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_exceptions.h +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_exceptions.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_factory_constructors.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_factory_constructors.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_gil_scoped.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_gil_scoped.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_iostream.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_iostream.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_kwargs_and_defaults.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_kwargs_and_defaults.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_local_bindings.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_local_bindings.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_methods_and_attributes.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_methods_and_attributes.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_modules.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_modules.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_multiple_inheritance.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_multiple_inheritance.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_numpy_array.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_numpy_array.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_numpy_dtypes.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_numpy_dtypes.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_numpy_vectorize.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_numpy_vectorize.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_opaque_types.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_opaque_types.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_operator_overloading.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_operator_overloading.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_pickling.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_pickling.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_pytypes.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_pytypes.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_sequences_and_iterators.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_sequences_and_iterators.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_smart_ptr.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_smart_ptr.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_stl.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_stl.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_stl_binders.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_stl_binders.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_tagbased_polymorphic.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_tagbased_polymorphic.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_thread.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_thread.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_type_caster_pyobject_ptr.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_type_caster_pyobject_ptr.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_union.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_union.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_unnamed_namespace_a.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_unnamed_namespace_a.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_unnamed_namespace_b.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_unnamed_namespace_b.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_vector_unique_ptr_member.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_vector_unique_ptr_member.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_virtual_functions.cpp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_virtual_functions.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/valgrind-numpy-scipy.supp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/valgrind-python.supp +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tools/FindCatch.cmake +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tools/FindEigen3.cmake +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tools/FindPythonLibsNew.cmake +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tools/JoinPaths.cmake +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tools/check-style.sh +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tools/cmake_uninstall.cmake.in +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tools/codespell_ignore_lines_from_errors.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tools/libsize.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tools/make_changelog.py +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tools/pybind11.pc.in +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tools/pybind11Common.cmake +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tools/pybind11Config.cmake.in +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tools/pybind11NewTools.cmake +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tools/pybind11Tools.cmake +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tools/pyproject.toml +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tools/setup_global.py.in +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tools/setup_main.py.in +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/setup.cfg +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/src/cencode.c +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/src/onvif.c +0 -0
- {libonvif-3.2.1 → libonvif-3.2.2}/src/sha1.c +0 -0
|
@@ -45,6 +45,7 @@ public:
|
|
|
45
45
|
std::function<void(const std::string&, const std::string&)> setSetting = nullptr;
|
|
46
46
|
std::function<const std::string(const std::string& key, const std::string& default_value)> getSetting = nullptr;
|
|
47
47
|
std::function<const std::string(const std::string&)> getProxyURI;
|
|
48
|
+
std::function<void(const std::string&)> errorCallback = nullptr;
|
|
48
49
|
|
|
49
50
|
OnvifData* data;
|
|
50
51
|
bool cancelled = false;
|
|
@@ -450,7 +451,7 @@ public:
|
|
|
450
451
|
thread.detach();
|
|
451
452
|
}
|
|
452
453
|
|
|
453
|
-
|
|
454
|
+
void manual_fill()
|
|
454
455
|
{
|
|
455
456
|
bool first_pass = true;
|
|
456
457
|
int count = 0;
|
|
@@ -458,7 +459,6 @@ public:
|
|
|
458
459
|
*this = getCredential(*this);
|
|
459
460
|
if (!cancelled) {
|
|
460
461
|
|
|
461
|
-
getCapabilities(data);
|
|
462
462
|
if (!getTimeOffset(data)) {
|
|
463
463
|
time_t rawtime;
|
|
464
464
|
struct tm timeinfo;
|
|
@@ -468,10 +468,17 @@ public:
|
|
|
468
468
|
#else
|
|
469
469
|
localtime_r(&rawtime, &timeinfo);
|
|
470
470
|
#endif
|
|
471
|
-
if (timeinfo.tm_isdst)
|
|
471
|
+
if (timeinfo.tm_isdst && !dst())
|
|
472
472
|
setTimeOffset(time_offset() - 3600);
|
|
473
473
|
}
|
|
474
474
|
|
|
475
|
+
if (getCapabilities(data) < 0) {
|
|
476
|
+
std::stringstream str;
|
|
477
|
+
str << "Camera get capabilities error " << alias << " : " << xaddrs() << " : " << last_error();
|
|
478
|
+
if (errorCallback) errorCallback(str.str());
|
|
479
|
+
break;
|
|
480
|
+
}
|
|
481
|
+
|
|
475
482
|
if (getDeviceInformation(data) == 0) {
|
|
476
483
|
int index = 0;
|
|
477
484
|
while (true) {
|
|
@@ -76,7 +76,6 @@ public:
|
|
|
76
76
|
data = getCredential(data);
|
|
77
77
|
if (!data.cancelled) {
|
|
78
78
|
|
|
79
|
-
getCapabilities(data);
|
|
80
79
|
if (!getTimeOffset(data)) {
|
|
81
80
|
time_t rawtime;
|
|
82
81
|
struct tm timeinfo;
|
|
@@ -89,6 +88,7 @@ public:
|
|
|
89
88
|
if (timeinfo.tm_isdst && !data.dst())
|
|
90
89
|
data.setTimeOffset(data.time_offset() - 3600);
|
|
91
90
|
}
|
|
91
|
+
getCapabilities(data);
|
|
92
92
|
|
|
93
93
|
if (getDeviceInformation(data) == 0) {
|
|
94
94
|
int index = 0;
|
|
@@ -177,6 +177,7 @@ PYBIND11_MODULE(libonvif, m)
|
|
|
177
177
|
.def_readwrite("getSetting", &Data::getSetting)
|
|
178
178
|
.def_readwrite("setSetting", &Data::setSetting)
|
|
179
179
|
.def_readwrite("getProxyURI", &Data::getProxyURI)
|
|
180
|
+
.def_readwrite("errorCallback", &Data::errorCallback)
|
|
180
181
|
.def_readwrite("preset", &Data::preset)
|
|
181
182
|
.def_readwrite("x", &Data::x)
|
|
182
183
|
.def_readwrite("y", &Data::y)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/cross_module_interleaved_error_already_set.cpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
RENAMED
|
File without changes
|
{libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
RENAMED
|
File without changes
|
{libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
RENAMED
|
File without changes
|
|
File without changes
|
{libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
RENAMED
|
File without changes
|
|
File without changes
|
{libonvif-3.2.1 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|