Displaying video on LCD through arduino Nano

I just got my LCD display working. I've developed various codes on python related to computer vision and I was wondering if I could display the video feed from a face recognition program on my LCD display.

This is the display I have - https://www.amazon.ca/gp/product/B082GFTZQD/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&th=1

I'm looking for a way that will allow me to use my pre-built codes on python (face recognition, hand recognition etc.) on arduino IDE which will display the output on my LCD display.

If you need any more information I would be happy to provide it. Any help would be greatly appreciated. Thanks!

The Arduino Nano is not a suitable platform for anything video related. Don't even imagine being able to run your python code there either...

You need a much more capable hardware

Do you know anyway I can run my python code on the display?

A display is a display. Usually it does not “run Python code”

Get a RPi for example but don’t expect the performance of a high end PC/Mac. Regular Python - which is likely what you have - requires an OS.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.