# vrc_photo_streamer **Repository Path**: echo_miao_admin/vrc_photo_streamer ## Basic Information - **Project Name**: vrc_photo_streamer - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-26 - **Last Updated**: 2023-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vrc_photo_streamer ## これはなに - 画像をrtspで流してVRCでアルバムとして見るやつ ## 必要なライブラリ - boost - gstreamer - gst-plugins-base - gst-plugins-good - gst-plugins-ugly - gst-plugins-bad - gst-rtsp-server - imagemagick - opencv4 - openmp (g++ならなくてもよし) ## ビルド&実行 ```sh $ mkdir build && cd $_ $ cmake .. -G ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=1 $ ninja $ ./bin/vrc_photo_streamer ```