串口摄像头 uCAM 的数据手册 The uCAM (microCAM) is a highly integrated serial camera module which can be attached to any host system that requires a video camera or a JPEG compressed still camera for embedded imaging applications.
exec: "gcc": executable file not found in %PATH%
在执行go程序时,如果出现这个原因是因为你的电脑中没有配置C编译器造成的。而GNU的gcc编译器适合c、c++等多种编程语言。因此你只需要在你的电脑上安装这个编译器就ok了。
將文件加壓,將 \x86_64-4.8.2-release-posix-seh-rt_v3-rev4\mingw64\bin
添加到gopath中即可。