webcam in php
1.0.0
이 저장소는 캡처 된 이미지를 데이터베이스 또는 로컬 폴더에 통합하고 저장하는 데 도움이됩니다.
다음은이 클래스의 중요한 부분을 이해하기위한 몇 가지 코드 구조입니다.
$imageFolder="your folder"; - This is your folder where you would like to save the file
showImage() - This function will get the image and return the name including the path
이미지를 데이터베이스에 저장하려면이 기능을 사용할 수 있습니다.
changeImagetoBase64() - This function will change the image to base64
saveImageToDatabase() - It will help you to save the image to database