cancel
Showing results for 
Search instead for 
Did you mean: 

How to display IP camera through STM32MP157 board's LCD

Jaison M
Associate II

Hello guys, I am working with STM32MP157C-DK2 board and Tapo C200 camera(ONVIF). I would like to display the IP camera live feed through the LCD screen.

How can I do that? 

I'm still a newbie, so step-by-step process or any link towards a good documentation regarding this would be nice 🙂

1 ACCEPTED SOLUTION

Accepted Solutions
Olivier GALLIEN
ST Employee

Hi @Jaison M​ ,

Starter Package contain a demo called "Camera Preview".

https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP157x-DK2/Let%27s_start/Use_the_demo_launcher

All code and script are available on target under /usr/local/demo

I'm quite sure it could be a good template for what you target to do

Olivier

Olivier GALLIEN
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
Olivier GALLIEN
ST Employee

Hi @Jaison M​ ,

Starter Package contain a demo called "Camera Preview".

https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP157x-DK2/Let%27s_start/Use_the_demo_launcher

All code and script are available on target under /usr/local/demo

I'm quite sure it could be a good template for what you target to do

Olivier

Olivier GALLIEN
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

Okay, I'll refer it and will try it this week and let you know if it works. 👍