- Contents
-
Build instructions for target mode
- Requirements
-
- Build
- Open a command prompt at $IMAGING_PATH
- Type "make" to build Imaging and associated libraries
- This builds the Imaging libraries
- Some of the imaging components are already provided as libraries.
Makefile build options
- Build Options
Only target build is supported
Deleting all generated files
- To do a clean build, do "make clean"
- To manually delete generated files do imaging_scrub
Enabling broadcast mode
- Navigate to sensor_drv/src/<sensor>/iss_sensor_<sensor>.c
- Find the <sensor>SensorIntfPrms struct and modify sensorBroadcast to 1
- Recompile SDK