
shareai/embeddingSharpAI DeepCamera是基于SharpAI开源机器学习工程栈的应用,专为将计算机视觉模型与监控摄像头连接而设计。它采用私有部署架构,确保所有数据存储在用户自有设备上,解决AI人脸识别摄像头的隐私问题。开发者可在树莓派、Android、PC或AWS等多种设备上运行相同代码,加速AI生产开发。
安装32位官方Raspbian系统。
通过raspi-config启用摄像头支持:
raspi-config参考:在树莓派上安装Docker和Docker Compose的5个简单步骤
bashgit clone [***]
修改以下环境变量,将<Server_IP>替换为PC/服务器/云的IP地址:
docker/aws.env
AWS_END_POINT='<Server_IP>' AWS_BUCKET=faces AWS_READABLE_PREFIX='http://<Server_IP>:9000/faces/'
docker/servers.env
MQTT_BROKER_ADDRESS=<Server_IP> API_SERVER_ADDRESS=<Server_IP>
bashcd DeepCamera ./run-on-rpi.sh start
获取设备ID:
bashcat docker/workaipython/ro_serialno # 示例输出:82f28703d001
访问Web界面:[***]
获取设备ID(同上)并生成***。
下载安装SharpAI移动应用,参考移动应用配置指南完成设置。
若没有树莓派摄像头,可通过以下方式连接监控摄像头:
访问树莓派8080端口:[***]
默认账号:
这是开源NVR项目Shinobi Video,支持多种监控摄像头。详细配置参考:
bashcat docker/workaipython/ro_serialno # 示例输出:82f28703d001
bashcurl -X POST -H "Content-type: application/json" http://localhost:3000/api/v1/sign-up -d '{"username": "test11", "email": "***", "password": "xxxxxx"}'
响应:
json{ "success": true }
bashcurl -X POST -H "Content-type: application/json" http://localhost:3000/api/v1/login/ -d '{"username": "test11", "email": "***", "password": "***"}'
响应:
json{ "status": "success", "data": { "authToken": "t6QsPaU3VdbfUQMkNIf6I3MDtox29WLrPJRAKkOCfpc", "userId": "tiK8RYG87sGJAErdB" } }
bashcurl -X POST -H "X-Auth-Token: t6QsPaU3VdbfUQMkNIf6I3MDtox29WLrPJRAKkOCfpc" -H "X-User-Id: tiK8RYG87sGJAErdB" http://localhost:3000/api/v1/groups -d "name=group01"
响应:
json{ "groupId": "e309ff8c7a3a8ceb4011e86e" }
bashcurl -X POST -H "X-Auth-Token: t6QsPaU3VdbfUQMkNIf6I3MDtox29WLrPJRAKkOCfpc" -H "X-User-Id: tiK8RYG87sGJAErdB" -H "Content-type: application/json" http://localhost:3000/api/v1/groups/e309ff8c7a3a8ceb4011e86e/devices -d '{"uuid": "82f28703d001", "deviceName": "testDevice", "name":"testdevice","type": "inout"}'
响应:
json{ "success": true }
添加完成后重启DeepCamera服务。完整API文档:SharpAI/ApiServer
bashgit clone [***] cd DeepCamera ./start-cloud.sh start
记录私有云服务器IP地址,用于后续配置(替换<Server_IP>)。测试服务器IP:165.232.62.29(仅供评估使用)





manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务