untimeError Traceback (most recent call last) /usr/local/lib/python3.6/dist-packages/jetcam-0.0.0-py3.6.egg/jetcam/csi_camera.py in __init__(self, *args, **kwargs) 23 if not re: ---> 24 raise RuntimeError('Could not read image from camera.') 25 except: RuntimeError: Could not read image from camera. During handling of the above exception, another exception occurred: RuntimeError Traceback (most recent call last) in 6 7 # for CSI Camera (Raspberry Pi Camera Module V2), uncomment the following line ----> 8 camera = CSICamera(width=224, height=224, capture_device=0) # confirm the capture_device number 9 10 camera.running = True /usr/local/lib/python3.6/dist-packages/jetcam-0.0.0-py3.6.egg/jetcam/csi_camera.py in __init__(self, *args, **kwargs) 25 except: 26 raise RuntimeError( ---> 27 'Could not initialize camera. Please see error trace.') 28 29 atexit.register(self.cap.release) RuntimeError: Could not initialize camera. Please see error trace.