Shouvik Basu

Results 12 comments of Shouvik Basu

i'll have to check if the OpenCV API works well with new camera apis

Can you share the logs may be we can find some errors from there

check an manually assign the camera permission and check if works fine, may be we need to use a different camera2 permissions for this scenario

reference android guide https://developer.android.com/guide/topics/appwidgets/

i second this, let's have a docker-hub image. I've made some externalisations like Timezone and port-number to a separate branch, you can have a look for ideas https://github.com/babanomania/WhoIsHomeUI

@DartLazer thanks for the review and the comments. i'll definitely update these also an FYI, i'm planning to have a discord based notification on my branch since i'm more into...

@DartLazer i've created the pull request https://github.com/DartLazer/WhoIsHomeUI/pull/4

I think we're good to go, let's have an docker image now. The installation instructions should be updated to run the application using just the docker image

For the upgrade to happen automatically, the docker images should be tagged with an version number

I found this tutorial to create docker images with version number https://betterprogramming.pub/how-to-version-your-docker-images-1d5c577ebf54 And this is a guide in how to manager versioned image updates via docker-compose https://www.howtogeek.com/devops/how-to-upgrade-docker-containers-to-apply-image-updates/ We should prepare...