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