NVIDIA-AI-IOT/jetcam

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

Opened this issue · 5 comments

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.

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

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

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.