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

Download jetcam for evaluation but don't your username and password #15

Open
2023-FL opened this issue Dec 27, 2019 · 5 comments
Open

Comments

@2023-FL
Copy link

2023-FL commented Dec 27, 2019

Hi,

I had been tried to download jetcam for evaluation from the weblink of git clone https://github.com/NVIDIA-AI-IOT/jetcam; but the error message prompted up:
Cloning into 'jetca'...
Username for 'https://github.com': jetcam
Password for 'https://jetcam@github.com':
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/NVIDIA-AI-IOT/jetca/'
May anyone tell me the username and password for downloading the jetcam for evaluation please?
Thanks.

@thehapyone
Copy link

Try out NanoCamera if you still having issues. - https://github.com/thehapyone/NanoCamera
It supports pip installation -
pip install NanoCamera

@2023-FL
Copy link
Author

2023-FL commented Jan 14, 2020 via email

@2023-FL
Copy link
Author

2023-FL commented Jan 14, 2020

Hi Ayo,
I had executed setup.py or run NanoCam.py; but there were error when I used root as a role of administrator to run it:
root@ired-IdeaPad-L340-15IRH-Gaming:~/Downloads/NanoCamera-master/nanocamera# ./NanoCam.py
bash: ./NanoCam.py: Permission denied

Is there any solution please?

Regards, Francis

@thehapyone
Copy link

You are not supposed to run it like that.
You can install the libaray using :
pip installation -
pip install NanoCamera
or

git clone https://github.com/thehapyone/NanoCamera
cd NanoCamera
sudo python3 setup.py install

After installation checkout the Usage and Example of how to use it. It's super easy to use.

@2023-FL
Copy link
Author

2023-FL commented Jan 14, 2020 via email

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

2 participants