-
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
Procedure to make the BasicV4L2 work on Nano #2
Comments
@beniroquai, did you found an answer? It would be great to share as I am also facing the same issue. |
Hey, sorry, I cannot remember if I got it to work in the end. Anyway, I use the VimbaViewer which does everything I wanted. |
Thank you very much for your response. I was of the view point that VimbaViewer also needs driver, but as you say it works, I would give it a try.
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: Saturday, May 15, 2021 3:02 AM
To: alliedvision/examples ***@***.***>
Cc: Khinya Ram Seervi ***@***.***>; Comment ***@***.***>
Subject: Re: [alliedvision/examples] Procedure to make the BasicV4L2 work on Nano (#2)
Hey, sorry, I cannot remember if I got it to work in the end. Anyway, I use the VimbaViewer which does everything I wanted.
Some of the instructions on how to install everything are noted here<https://github.com/bionanoimaging/UC2-Software-GIT/tree/master/GUI/NVIDIA_JETSON#use-alvium-csi-camera>
Hope that helps
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#2 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AUCJSHCIAYLEF2DURKWOPODTNWJFHANCNFSM4KXGSJKQ>.
|
Ah, you want to use the CSI-based camera? Were you able to get this running? |
@beniroquai , thanks again for your response, but I couldn't perform the steps as per the share link. Luckily, I got a way for camera to be detected. I am still not able to get the camera do what I need for my project. I run the BasicDemo, the output throws an error. Here is the output: Error: No device specified. Usage: ./BasicDemo [options] Options: I am trying to figure out where I am going wrong. Any help would be a big support. |
To make BasicV4L2 work on Nano, we need to specify options through command line. While other options are not mandatory and might be code takes their default value, the -d option has to specify the camera node (/dev/video0 in my case). Simplest way to run the code is: It would have been better if the readme.txt mentioned a simple way to run the output file with other arguments to be provided in the command line |
After calling the
make
command in the appropriate folder, what are the parameters which should be used to call the BasicDemo?Is there a step-by-step guide in order to get the Camera running on a Jetson board?
The text was updated successfully, but these errors were encountered: