Capture Image from Webcam or Mobile Camera
Hey everyone,
I’m looking to implement a feature in Laravel filamentphp v4 that allows capturing images directly from a webcam or mobile camera.
Has anyone already implemented this functionality, or can point me in the right direction?
Solution:Jump to solution
GitHub
Add filepond captureMethod for FileUpload via Camera · filamentphp...
Feature Description I propose the addition of a new option captureMethod to the FileUpload component within FilePond. This feature would allow developers to specify how the file input should captur...
3 Replies
Solution
There is talk here:
https://github.com/filamentphp/filament/discussions/11974
GitHub
Add filepond captureMethod for FileUpload via Camera · filamentphp...
Feature Description I propose the addition of a new option captureMethod to the FileUpload component within FilePond. This feature would allow developers to specify how the file input should captur...
which links to:
https://github.com/emmanpbarrameda/filament-take-picture-field
GitHub
GitHub - emmanpbarrameda/filament-take-picture-field: filament-take...
filament-take-picture-field by emmanpbarrameda. Contribute to emmanpbarrameda/filament-take-picture-field development by creating an account on GitHub.
Thanks - I have implemented this feature by following above thread.