-
Notifications
You must be signed in to change notification settings - Fork 14
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
Access CIS-2 Camera through python on Nvidia Jetson Nano #3
Comments
Hello folks, could anyone got the CSI-2 camera to work with python? I am trying Vimba and VimbaPython, but so far no success. A step by step guide would be big help. |
Hey, unfortunately python vimba interface wo't work. You have to use the
CV2.streamer instead. Similar to a webcam. That's what you want most likely:
https://github.com/bionanoimaging/UC2-GIT/blob/UC2_v2/APPLICATIONS/APP_Ptychography/PYTHON/01_CameraSerial_XY_v8.py#L54
|
Hello friend,
Thank you very much for valuable guidance. I would follow the link.
Kind Regards
Ram Seervi (Team Leader - Embedded)
[A picture containing drawing Description automatically generated]
Email: ***@***.******@***.***> I web: www.monarch-innovation.com<http://www.monarch-innovation.com/>.
M:+91-93272 56002
…________________________________
This e-mail, including any attached files, may contain confidential and privileged information for the sole use of the intended recipient. Any review, use, distribution, or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive information for the intended recipient), please contact the sender by reply e-mail and delete all copies of this message
From: Benedict Diederich ***@***.***>
Sent: Monday, May 17, 2021 10:53 PM
To: alliedvision/examples ***@***.***>
Cc: Khinya Ram Seervi ***@***.***>; Comment ***@***.***>
Subject: Re: [alliedvision/examples] Access CIS-2 Camera through python on Nvidia Jetson Nano (#3)
Hey, unfortunately python vimba interface wo't work. You have to use the
CV2.streamer instead. Similar to a webcam. That's what you want most likely:
https://github.com/bionanoimaging/UC2-GIT/blob/UC2_v2/APPLICATIONS/APP_Ptychography/PYTHON/01_CameraSerial_XY_v8.py#L54
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#3 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AUCJSHC3KTMY7E2QLEVV4Y3TOFGG3ANCNFSM4KXHFUJQ>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, actually I'm quiet new to this standard, though I was wondering if there is a "simple" SDK to access the camera from within Python on the Jetson Nano.
The text was updated successfully, but these errors were encountered: