Skip to main content
Visitor II
February 3, 2025
Solved

ONVIF compatibility - STM32MP235A

  • February 3, 2025
  • 1 reply
  • 1305 views

Hi,

Does STM32MP235A has ONVIF compatibility when used in camera applications?

Thanks,

Preethi

    This topic has been closed for replies.
    Best answer by Pwxn

    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,

     

    1 reply

    PwxnAnswer
    ST Employee
    February 3, 2025

    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,

     

    PreethiTAuthor
    Visitor II
    February 3, 2025

    Thank you for the quick response!