You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the installation guide for this package, but I encountered an issue when trying to import CSICamera. According to the guide, I attempted the following import statement: from jetcam.csi_camera import CSICamera this import statement does not work correctly. This issue can be resolved by using the following import statement instead: from jetcam.jetcam.csi_camera import CSICamera .
The text was updated successfully, but these errors were encountered:
I followed the installation guide for this package, but I encountered an issue when trying to import CSICamera. According to the guide, I attempted the following import statement:
from jetcam.csi_camera import CSICamera
this import statement does not work correctly. This issue can be resolved by using the following import statement instead:from jetcam.jetcam.csi_camera import CSICamera
.The text was updated successfully, but these errors were encountered: