cancel
Showing results for 
Search instead for 
Did you mean: 

ONVIF compatibility - STM32MP235A

PreethiT
Associate II

Hi,

Does STM32MP235A has ONVIF compatibility when used in camera applications?

Thanks,

Preethi

1 ACCEPTED SOLUTION

Accepted Solutions
Pwxn
ST Employee

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,

 

View solution in original post

2 REPLIES 2
Pwxn
ST Employee

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,

 

Thank you for the quick response!