2025-02-03 04:39 AM
Hi,
Does STM32MP235A has ONVIF compatibility when used in camera applications?
Thanks,
Preethi
Solved! Go to Solution.
2025-02-03 05:20 AM
Hello @PreethiT
You can use the stm32mp2 to transfer ONVIF metadata via Real-time Transport Protocol (RTP)
You can also build your own ONVIF application (python script, android application). Resource can be find on the official ONVIF site.
As the ONVIF is a standardization of IP based communication, you must comply with ONVIF standard while building your application.
Regards,
2025-02-03 05:20 AM
Hello @PreethiT
You can use the stm32mp2 to transfer ONVIF metadata via Real-time Transport Protocol (RTP)
You can also build your own ONVIF application (python script, android application). Resource can be find on the official ONVIF site.
As the ONVIF is a standardization of IP based communication, you must comply with ONVIF standard while building your application.
Regards,
2025-02-03 05:22 AM
Thank you for the quick response!