Difference between revisions of "Installing Arducam C/C++ SDK"

From wiki.ferrari.mo.it
Jump to navigation Jump to search
(Created page with "== 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=...")
(No difference)

Revision as of 11:25, 5 January 2019

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