Skip to main content
Associate II
February 3, 2025
Solved

ONVIF compatibility - STM32MP235A

  • February 3, 2025
  • 2 replies
  • 2052 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,

 

2 replies

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!