Installing Arducam C/C++ SDK
Jump to navigation
Jump to search
Installing Arducam C/C++ SDK
1) Create swap space, otherwise if you don't have at least 1GB of RAM the compiler will crash.
free dd if=/dev/zero of=/var/swap.img bs=1024k count=1000 mkswap /var/swap.img swapon /var/swap.img free
2) Download Arducam SDK