NVIDIA-AI-IOT / jetcam

Easy to use Python camera interface for NVIDIA Jetson
MIT License
423 stars 126 forks source link

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

Open 2023-FL opened 4 years ago

2023-FL commented 4 years ago

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 commented 4 years ago

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

2023-FL commented 4 years ago

Dear,

Many thanks.

Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Monday, January 13, 2020 2:15 AM, Ayo Ayibiowu notifications@github.com wrote:

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

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

2023-FL commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

Hi Ayo,

Many thanks for your guideline. I'm new to study how to run deep learning starting with this project. Best wish, Francis

Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Tuesday, January 14, 2020 5:17 PM, Ayo Ayibiowu notifications@github.com wrote:

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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.