535310124@qq.co
发表于 2017-8-9 10:58:15
3288可以用吗?
深圳阿百讯技术
发表于 2017-8-10 20:53:28
可以安装centos系统不
youbainiao
发表于 2017-8-24 16:20:12
请问是用到rk3399的硬件模块了吗?还是纯软件处理的
samlee
发表于 2017-8-29 23:41:16
本帖最后由 samlee 于 2017-8-29 23:42 编辑
为什么我的usb设备没有调用起来,同时demo也没有运行成功,请告知最后是如何打开调用的,lilgd1990@gmail.com
加菲猫
发表于 2017-10-23 18:56:16
这个厉害了
kevin_lixw
发表于 2017-10-25 19:03:04
只有ubuntu系统可以,andorid的不行吗
zzugyl
发表于 2017-11-14 10:28:51
这个厉害。3399的板子能做人脸识别。如果放3288上怎么样?
389745812
发表于 2017-11-23 10:10:29
Ubuntu16.04 运行报错,尝试编译也报错,不太熟C
错误如下:
FaceDetectImageSample.cpp: In function ‘int CheckImageType(const unsigned char*, rr_image_type, int, int)’:
FaceDetectImageSample.cpp:25:21: error: ‘rr_image_type’ is not a class or namespace
int cv_type = (int)rr_image_type::RR_IMAGE_MAX;
^
FaceDetectImageSample.cpp:29:8: error: ‘rr_image_type’ is not a class or namespace
case rr_image_type::RR_IMAGE_BGR8UC3:
^
FaceDetectImageSample.cpp:35:8: error: ‘rr_image_type’ is not a class or namespace
case rr_image_type::RR_IMAGE_BGRA8UC4:
^
FaceDetectImageSample.cpp:41:8: error: ‘rr_image_type’ is not a class or namespace
case rr_image_type::RR_IMAGE_GRAY8UC1:
^
FaceDetectImageSample.cpp: In function ‘int main()’:
FaceDetectImageSample.cpp:80:63: error: ‘printf’ was not declared in this scope
printf("**************************************************\n");
^
FaceDetectImageSample.cpp:120:53: error: ‘rr_image_type’ is not a class or namespace
ret = firefly_fd_detect_image(hDetector, img.data, rr_image_type::RR_IMAGE_BGR8UC3, img.cols, img.rows, &faces_array, &faces_count);
^
FaceDetectImageSample.cpp:142:47: error: ‘to_string’ was not declared in this scope
string strText = to_string(faces_array.id) + " " + to_string(faces_array.confidence);
求版主解答,谢谢
wy_19850406
发表于 2017-12-2 15:24:59
本帖最后由 wy_19850406 于 2017-12-2 15:26 编辑
我买了一个人脸识别套件,不知道怎么应用,哪里可以下载详细的指导性文件吗?或者有哪位高手能知道一下,万分感谢。
lxdlbs371
发表于 2017-12-22 14:50:00
版主,可不可以在Linux下运行,而不是在Ubuntu下运行呢? 毕竟作为嵌入式开发,很多资源和环境都是受限的。比如在linux下交叉编译,uboot,文件系统,opengl, 摄像头驱动,opencv 等等可否运行呢? 盼请回答。谢谢