-
Notifications
You must be signed in to change notification settings - Fork 24
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
AttributeError: 'ImageAcquirer' object has no attribute 'worker_image_acquisition' #34
Comments
@Clement-Tapway Have you found a solution yet? I'm currently using the fh-sc05r camera. I'm looking for a way to connect the camera to python so I can view images from this camera. |
Hi @NguyenDucQuan12, sadly no, I proceeded with a cv2 implementation to see live inferencing from my camera with reference to this issue, hope it helps~ |
@Clement-Tapway How did you deploy with cv2? When I use it with ip cameras, there will be an rtsp link, but with omron cameras, I don't know how to use it with cv2. Can you tell me how to get the path to the cti file? Thank you |
@NguyenDucQuan12 , just to verify have you downloaded the required software from the Omron website? For my case, I had to download the SDK for my Omron machine vision line scan camera to my device (jetson), then the SDK folder downloaded would contain the *.cti file in this path for my case: /opt/sentech/lib/libstgentl.cti, pls explore and study what software is required for your camera, and it will download the cti file in your device |
@Clement-Tapway thank you so much |
@NguyenDucQuan12 no worries, would like to hear if you managed to get it running soon! |
Describe the bug
The gui shut down when trying to connect to Omron line scan camera via harvester gui
To Reproduce
Steps to reproduce the behavior:
FS-B8KU35GES-F
Expected behavior
Should be able to run harvesters_gui to see live feed from camera
Screenshots
Desktop (please complete the following information):
@kazunarikudo Is there any way to resolve this issue?
The text was updated successfully, but these errors were encountered: