Hello,
I've got questions about EVS in Android Automotive as shown below:
I am using i.MX 8QuadMax MEK.
The word evs_app is the one from the User Guide.
1. How long will it take for evs_app to finish initializing and start running?
2. Is there a significant difference in the time between booting and completing initialization when evs_app is compared to a regular Android service?
3. What video/audio encoder APIs can be used in evs_app? We are trying to develop a dash cam using this API. Will these APIs use HW encoders?
4. I am trying to develop a dash cam in the form of evs_app. The reason is that it is considered a solution to the quick time constraints from booting to initialization. Is this really a good idea?
Thank you very much in advance!