Radiation-resistantCamera/REDME.md
2025-05-08 09:45:03 +08:00

10 lines
489 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

VisionSDK_C_GCC9.3.0_armv8 文件夹是耐辐照相机的arm64版本的驱动程序
makefile里面的交叉编译器用的绝对路径请自行修改
Sample.c 文件video节点是实际生成的虚拟相机设备节点
sudo modprobe v4l2loopback 生成虚拟相机设备节点
归档文件是曹勇之前的版本,都不需要了
rknn_usb_rtsp-master/ 这是RTSP推流的代码用了rockcip硬件推流
Vimba_v6.0_ARM64.tgz 这是AVT的相机官方驱动程序示例