You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<service> - Enter service mode (e.g., devicemgmt, media)
@@ -249,6 +249,7 @@ Navigation Commands:
249
249
up - Exit current service mode (go up one level)
250
250
pwd - Show current service context
251
251
clear - Clear terminal screen
252
+
help<command> - Show helpfor a specific command
252
253
253
254
Service Mode Commands:
254
255
desc <method> - Show method documentation
@@ -714,6 +715,9 @@ If your device is not listed right now, feel free to contribute your test result
714
715
715
716
This library fully supports all major ONVIF Profiles listed below. Each profile represents a standardized set of features and use cases, ensuring interoperability between ONVIF-compliant devices and clients. You can use this library to integrate with devices and systems that implement any of these profiles.
716
717
718
+
<details>
719
+
<summary><b>ONVIF profiles list</b></summary>
720
+
717
721
| Name | Specifications | Main Features | Typical Use Case | Support |
For a full description of each profile and its features, visit [ONVIF Profiles](https://www.onvif.org/profiles/).
728
734
729
735
## Implemented ONVIF Services
@@ -733,6 +739,9 @@ For a full description of each profile and its features, visit [ONVIF Profiles](
733
739
734
740
Below is a list of ONVIF services implemented and supported by this library, along with links to the official specifications, service definitions, and schema files as referenced from the [ONVIF Developer Specs](https://developer.onvif.org/pub/specs/branches/development/doc/index.html). This table provides a quick overview of the available ONVIF features and their technical documentation for integration and development purposes.
735
741
742
+
<details>
743
+
<summary><b>ONVIF services list</b></summary>
744
+
736
745
| Service | Specifications | Service Definitions | Schema Files | Status |
<service> - Enter service mode (e.g., devicemgmt, media)
@@ -250,6 +250,7 @@ Navigation Commands:
250
250
up - Exit current service mode (go up one level)
251
251
pwd - Show current service context
252
252
clear - Clear terminal screen
253
+
help<command> - Show helpfor a specific command
253
254
254
255
Service Mode Commands:
255
256
desc <method> - Show method documentation
@@ -714,6 +715,9 @@ Jika perangkat Anda belum terdaftar saat ini, jangan ragu untuk menyumbangkan ha
714
715
715
716
Pustaka ini sepenuhnya mendukung semua Profil ONVIF utama yang tercantum di bawah ini. Setiap profil mewakili serangkaian fitur dan kasus penggunaan standar, memastikan interoperabilitas antara perangkat dan klien yang sesuai dengan ONVIF. Anda dapat menggunakan pustaka ini untuk berintegrasi dengan perangkat dan sistem yang mengimplementasikan salah satu profil ini.
716
717
718
+
<details>
719
+
<summary><b>Daftar profil ONVIF</b></summary>
720
+
717
721
| Nama | Spesifikasi | Fitur Utama | Kasus Penggunaan Umum | Dukungan |
| Profile_S |[Dokumen](https://www.onvif.org/wp-content/uploads/2019/12/ONVIF_Profile_-S_Specification_v1-3.pdf)| Streaming video, PTZ, audio, multicasting | Pemancar video jaringan (kamera) dan penerima (perekam, VMS) | ✅ Ya |
@@ -724,6 +728,8 @@ Pustaka ini sepenuhnya mendukung semua Profil ONVIF utama yang tercantum di bawa
724
728
| Profile_D |[Dokumen](https://www.onvif.org/wp-content/uploads/2021/06/onvif-profile-d-specification-v1-0.pdf)| Periferal kontrol akses (kunci, sensor, relai) | Perangkat periferal untuk kontrol akses | ✅ Ya |
725
729
| Profile_M |[Dokumen](https://www.onvif.org/wp-content/uploads/2024/04/onvif-profile-m-specification-v1-1.pdf)| Metadata, analitik event, deteksi objek | Perangkat analitik, klien metadata | ✅ Ya |
726
730
731
+
</details>
732
+
727
733
Untuk deskripsi lengkap setiap profil dan fiturnya, kunjungi [Profil ONVIF](https://www.onvif.org/profiles/).
728
734
729
735
## Layanan ONVIF yang Diimplementasikan
@@ -733,6 +739,9 @@ Untuk deskripsi lengkap setiap profil dan fiturnya, kunjungi [Profil ONVIF](http
733
739
734
740
Berikut adalah daftar layanan ONVIF yang diimplementasikan dan didukung oleh pustaka ini, bersama dengan tautan ke spesifikasi resmi, definisi layanan, dan berkas skema seperti yang dirujuk dari [Spesifikasi Pengembang ONVIF](https://developer.onvif.org/pub/specs/branches/development/doc/index.html). Tabel ini memberikan gambaran cepat tentang fitur ONVIF yang tersedia dan dokumentasi teknisnya untuk tujuan integrasi dan pengembangan.
735
741
742
+
<details>
743
+
<summary><b>Daftar layanan ONVIF</b></summary>
744
+
736
745
| Layanan | Spesifikasi | Definisi Layanan | Skema | Status |
0 commit comments