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

Fix/picam request exceptions #203

Merged
merged 3 commits into from
Feb 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Opening relais board can be buyed and must just be wired.
- [ChangeLog](#changelog)
- [Author info](#author-info)
- [License](#license)
- [Security](#security)
- [Contribution](#contribution)

## Long description
Expand Down Expand Up @@ -116,15 +117,15 @@ The project offers the following functionality:

## Features advantage comparision FDIA, Blink, Ring and PiCamAPI

| Project with Product / <br/> Features,Capabilities | FDIA with PiCamAPI Camera | FDIA with Blink Camera | FDIA with upcoming Ring Camera support - not there (in development branch feature/ring_camera_integration) | Blink only (no FDIA) | Ring only ( FDIA) | FDIA with no build HW module |
|----------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|-------------------------------------|--------------------------------------|---------------------------------------------------|
| Open Door | βœ… with build HW module [Door opener board with relais:](#door-opener-board-with-relais) | βœ… with build HW module [Door opener board with relais:](#door-opener-board-with-relais) | βœ… with build HW module [Door opener board with relais:](#door-opener-board-with-relais) | ❌ | ❌ | ❌ |
| detect door bell ring | βœ… with build Hw module [Door bell detection board](#door-bell-detection-board) | βœ… with build Hw module [Door bell detection board](#door-bell-detection-board) | βœ… with build Hw module [Door bell detection board](#door-bell-detection-board) | βœ… | βœ… | ❌ |
| Notification (channel) | βœ… via Telegram group | βœ… via Telegram group | βœ… via Telegram group | βœ…Blink App | βœ…Ring App | βœ…βŒ Telegram but no HW module -> no detection |
| Multi user notification | βœ… | βœ… | βœ… | ❌ dependend on Account | ❌ | βœ… |
| Multi user door opening | βœ… | βœ… | βœ… | ❌ | ❌ | ❌ |
| GDPR data storage | βœ… no Internet facing data/nor Camaera exposure; Telegram chat group archival dependend on personal deletion interval | βœ…Telegram chat group archival dependend on personal deletion interval - Cemera internet/clodu exposed | βœ…Telegram chat group archival dependend on personal deletion interval - Cemera internet/clodu exposed | ❌ Camaera Internet / Cloud exposed | ❌ Camaera Internet / Cloud exposed | βœ… no data Exposure |
| possible local usage without Internet (door opening only) | βœ… | βœ…opening - ❌ no camera snapshot | βœ…opening - ❌ no camera snapshot | ❌ | ❌ | βœ… |
| Project with Product / <br/> Features,Capabilities | FDIA with PiCamAPI Camera | FDIA with Blink Camera | Blink only (no FDIA) | FDIA with no build HW module |
|---|---|---|---|---|
| Open Door | βœ… with build HW module [Door opener board with relais:](#door-opener-board-with-relais) | βœ… with build HW module [Door opener board with relais:](#door-opener-board-with-relais) | ❌ |❌ |
| detect door bell ring | βœ… with build Hw module [Door bell detection board](#door-bell-detection-board) | βœ… with build Hw module [Door bell detection board](#door-bell-detection-board) | βœ… | ❌ |
| Notification (channel) | βœ… via Telegram group | βœ… via Telegram group | βœ…Blink App | βœ…βŒ Telegram but no HW module -> no detection |
| Multi user notification | βœ… | βœ… | ❌ dependend on Account | βœ… |
| Multi user door opening | βœ… | βœ… | ❌ | ❌ |
| GDPR data storage | βœ… no Internet facing data/nor Camaera exposure; Telegram chat group archival dependend on personal deletion interval | βœ…Telegram chat group archival dependend on personal deletion interval - Cemera internet/clodu exposed | ❌ Camaera Internet / Cloud exposed | βœ… no data Exposure |
| possible local usage without Internet (door opening only) | βœ… | βœ…opening - ❌ no camera snapshot | ❌ | βœ… |

## Outlook/Ideas - Improvements plan

Expand Down
Loading
Loading