Replies: 1 comment
-
This guy has implemented ONVIF on ESP32 https://www.bilibili.com/video/BV1jg411D7DE?spm_id_from=333.337.search-card.all.click https://www.youtube.com/watch?v=Oa11X59BZb0&t=4s |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some people are interested in using the ONVIF protocol on boards called ESP32-CAM,
And would like the NVR to be able to automatically receive the video stream address,
It may not be necessary to implement the full protocol,
But I would like to know if there is any expectation table of resources needed for the implementation of each part of the protocol, since many boards like this ESP32 have a very limited amount of memory.
In addition, users end up getting frustrated because other people offer other alternatives, while they insist on wanting the ONVIF system, so it would be great to have a starting parameter to know if the board has the capacity to implement the protocol or if it really is better for people to accept the workarounds and forget about the ONVIF protocol definitely for this board.
You can see one of those questions here:
bkeevil/esp32-cam#5
Beta Was this translation helpful? Give feedback.
All reactions