stallion5632 / cpp_py_shmbuf_sample

1080p image transfer sample between cpp and python3 app (based on shared memory)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • works fine in linux platform.
  • cpp-app read 1080p video stream,write image data to the shared memory.
  • python3.8+-app read image data from the shared memory and show video image.
  • cpp-app use boost-ipc and opencv, python-app need 3.8+ version, and pip install opencv-python.

shm

About

1080p image transfer sample between cpp and python3 app (based on shared memory)


Languages

Language:Python 48.0%Language:C++ 47.2%Language:CMake 4.7%