Closed Drunkar closed 6 years ago
When I use MultiStickSSDwithRealSense.py in usb cam mode, some arguments like depth_scale will be undefined. This is caused by missing of global statement. (Local variable is prioritized.)
MultiStickSSDwithRealSense.py
depth_scale
When I use
MultiStickSSDwithRealSense.py
in usb cam mode, some arguments likedepth_scale
will be undefined. This is caused by missing of global statement. (Local variable is prioritized.)