# cpp_py_shmbuf_sample **Repository Path**: blackvirus/cpp_py_shmbuf_sample ## Basic Information - **Project Name**: cpp_py_shmbuf_sample - **Description**: 1080p image transfer sample between cpp and python3 app (based on shared memory) - **Primary Language**: C++ - **License**: BSD-3-Clause - **Default Branch**: 1080p - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-05-24 - **Last Updated**: 2024-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README + 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](doc/shm.png) + use 1920*1080 ![1080p](doc/screenshot.png)