Tool/software:
Hello,
I am running a camera based application, running computer vision tasks on the neural net accelerator, on a battery powered device. Suspending to RAM is important for the use case. Testing the functionality, I am running "rtcwake -s 5 -m mem -d rtc1" to have the device wake after 5 seconds. Upon waking, the application appears frozen.
Disabling the computer vision tasks, I am able to suspend and come back with video still running on the display. But when using onnxrt, the the application fails to come all the way back. I attached a screenshot where it stops, the next line up should be "libtidl_onnxrt_EP loaded 0x22681ee0."
I appreciate any info and guidance.
Thank you,
Derek