Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JetCam does not arrive properly #41

Open
coco-1qaz opened this issue Apr 28, 2023 · 0 comments
Open

JetCam does not arrive properly #41

coco-1qaz opened this issue Apr 28, 2023 · 0 comments

Comments

@coco-1qaz
Copy link

problem:

In the jetcam/jetcam/init .py file,I see only the contents:

from .camera import Camera

However, there are 4 files in the jetbot/jetbot directory, It is, respectively:

camera.py

csi_camera.py

usb_camera.py

utils.py


suggest:

Change the content of init.py to the following:

from .camera import Camera
from .csi_camera import CSICamera
from .usb_camera import USBCamera
from .utils import bgr8_to_jpeg

the problem is solved!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant