Skip to main content
Associate II
February 3, 2025
Solved

ONVIF compatibility - STM32MP235A

  • February 3, 2025
  • 1 reply
  • 1306 views

Hi,

Does STM32MP235A has ONVIF compatibility when used in camera applications?

Thanks,

Preethi

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

Pwxn
PwxnBest answer
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
Associate II
February 3, 2025

Thank you for the quick response!