Ameba-Pro KVS Getting Started Guide
Getting Started Guide All information provided in this document is subject to legal disclaimers. © REALTEK 2020. All rights reserved.
10
Open a terminal on PC and run the command to download the whole project, including the libraries in submodule.
$ git clone --recurse-submodules https://github.com/HungTseLee/KVS_WebRTC_on_AmebaPro.git
If you already have a checkout, run the following command to sync submodules recursively:
$ git submodule update --init --recursive
If there is GCC makefile error like: "No rule to make target …", it may mean that some codes have not been downloaded correctly.
Please run the above command again to download the missing codes.
3.2
Choose Image sensor
Please check image sensor module name is correct in “sensor.h” located in \project\realtek_amebapro_v0_example\inc
For example, if I use the sensor model IMX307, the SENSOR_USE should be defined as SENSOR_IMX307.