nplesa / bionic-eye
Multi-camera AI detection and HLS streaming package for Laravel 12
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/nplesa/bionic-eye
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.0
- illuminate/database: ^12.0
- illuminate/support: ^12.0
- livewire/livewire: ^3.0
README
Multi-camera AI Laravel 12 package.
Instalation
composer require nplesa/bionic-eye
php artisan migrate
Configuration
1. Create bionic-eye instances on dashboard that tracking and try to identify objects.
2. Please ensure that Python sources are last version. (RTSP or video sources).
3. All records can be stored.
Running
php artisan serve
python3 vendor/nplesa/bionic-eye/python/bionic_eye_hls.py
Sample of Livewire instance on dashboard
<livewire:camera-dashboard :instance_id="$instance->id" />