NVIDIA-AI-IOT / jetson-stereo-depth

MIT License
79 stars 20 forks source link

Camera Initiation Error #1

Closed Peter-Yao-7 closed 2 years ago

Peter-Yao-7 commented 2 years ago

Hi, I'm getting an error after the completion of calibration and preliminaries, where the error is shown on line 179, the 'NoneType object is not subscriptable'. Thanks!

Here's the error message I'm getting:

Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "depth_vpi.py", line 51, in run self._warp_l = make_vpi_warpmap(self._map_l) File "depth_vpi.py", line 179, in make_vpi_warpmap map_y, map_x = src_map[:, :, 0], src_map[:, :, 1] TypeError: 'NoneType' object is not subscriptable