# E2000-CameraService **Repository Path**: maiar/e2000-CameraService ## Basic Information - **Project Name**: E2000-CameraService - **Description**: 将现有星上拍照服务部署在E2000样机上。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-08 - **Last Updated**: 2025-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用说明250805 该安装包用于飞腾E2000板子中相机拍照程序部署 1.安装包目录结构 ``` E2000-CameraService/ |-- readme.txt |-- install.sh |-- src/ |-- BuildFile/ |-- EnvironmentFile/ |-- TestFile/ |-- systemctrl ``` 2.安装步骤 ``` chmod +x ./install.sh ./install.sh ``` 3.程序安装目录 `/opt/SatService/CameraService` 4.程序数据目录 ``` /var/opt/SatService/CameraService/ |-- image/ |-- json/ |-- task_1/ |-- task_2/ ... |-- task_n/ |-- imagesToInfer |-- log ``` 5.运行环境 ``` Ubuntu Version: 20.04 GStreamer: 1.16.3 MVS Version: MVS-3.0.1_aarch64_20241128.deb python Version: 3.8.10 GCC Version: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 #define __STDC_VERSION__ 201710L ```