As the SRV application is a
vision_apps-based demo, there are few optimizations that are done to the vision_apps
framework that provides faster execution of the demo.
The optimizations are as follows:
- Removing C6x and C7x cores from
build and from IPC.
- Hardcoding parameters for
choosing the camera.
- Re-structure the MCU2_0
application to perform all the SRV and dependent tasks to be done before the
others.
- Remove dependency of SRV on C6x
and C7x.
- Split ISS sensor initialization
so that camera sensor initialization is started independent of vison_apps
IPC.