Skip to main content
Visitor II
May 12, 2022
Solved

How to display IP camera through STM32MP157 board's LCD

  • May 12, 2022
  • 1 reply
  • 1623 views

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 :)

    This topic has been closed for replies.
    Best answer by Olivier GALLIEN

    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

    1 reply

    Technical Moderator
    May 24, 2022

    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

    Jaison MAuthor
    Visitor II
    May 26, 2022

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