Installing Arducam C/C++ SDK

From wiki.ferrari.mo.it
Revision as of 11:25, 5 January 2019 by Admin (talk | contribs) (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=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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