Jetson Nano - std::length_error when depth sensing

Hello, I’m getting the following error whenever I run the depth sensing script from the tutorials on the Jetson Nano:

terminate called after throwing an instance of 'std::length_error'
what():  vector::_M_default_append
Aborted (core dumped)

This happens for both the C++ and Python scripts. Disabling enable_depth in the runtime_parameters allows me to take images but obviously, this defeats the purpose of getting a stereo camera.

It seems to be a C++ runtime error so I’m not entirely sure how to approach the fix. I’m hoping someone can help me out.

Thank you!

Relevant information:
Jetson Nano
Python 3.6
ZED SDK 3.7
CUDA 10.2
JetPack 4.6
Ubuntu 18.04