feat(camera-detection): add backend and frontend to detect laptop camera#24
Conversation
|
@ejlee3 I've migrated the scripts from |
ejlee3
left a comment
There was a problem hiding this comment.
LGTM - worked on my linux system. Nice Work!
NeethuESim
left a comment
There was a problem hiding this comment.
LGTM, everything worked on my machine. Great work 👍🏼
There was a problem hiding this comment.
@jeff14994 just a couple of comments. otherwise, it looked good and worked on my computer
| python-dotenv | ||
| Pillow | ||
| datetime | ||
| logging No newline at end of file |
There was a problem hiding this comment.
logging is a built-in package in python and having it here throws some errors when running pip
|
|
||
| ### 4. Install Dependencies | ||
| ```bash | ||
| pip install -r requirements.txt |
There was a problem hiding this comment.
make install runs this command also. There is a duplicate step.
There was a problem hiding this comment.
@antoniomtz updated, removed the package and the duplicated step
|
Awesome work @jeff14994 @ashworks1706 for getting this PR completed & merged in to repo. |
This PR introduces backend and frontend functionality to detect cameras on the laptop.
Fixes #543
Migration from: intel-retail/automated-self-checkout#658