Hi, everyone. try to run video_replay I encountered this issue, I searched online and found there was a guy who posted the same issue but no one replied, please check here:
opened 01:49AM - 21 Jun 24 UTC
I tried going through Holoscan Playground on AWS, and I'm hitting an error with … this section:
https://github.com/nvidia-holoscan/holohub/tree/main/tutorials/holoscan-playground-on-aws#video-replayer-example
![image](https://github.com/nvidia-holoscan/holohub/assets/47957763/2c57aa78-b591-4013-91d6-6e8c31bf0f14)
The device memory though appears to have very limited utilization at its peak
![image](https://github.com/nvidia-holoscan/holohub/assets/47957763/bfb137bc-3799-4d55-ac5c-3e804b131751)
From what I can tell, this error is happening from here:
https://github.com/nvidia-holoscan/holoscan-sdk/blob/main/modules/holoviz/src/vulkan/framebuffer_sequence.cpp#L103-L119
which has a note about driver 510 having issues, but I'm using driver 550.54.15. I haven't tried going into a debugger yet to see what width/height/dimensions are, but I'm wondering if somehow those values are excessively large that could cause an out of memory issue here. The non-graphical parts of the tutorial seem to be working ok.
I’m very new to this. Any reply will help, Thanks a lot!