Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder Components » View Thread |
Messages 1 to 1 of 1 total |
Camera support in Nice Component Library |
Sun, Jun 5 2022 5:30 PM | Permanent Link |
erickengelke | There is a new camera component in my Nice Component Library.
With a few easy lines, you can easily call the Camera unit to turn on video, so the user can aim the camera as they please, then press the button to take the photo. If using with multiple cameras (eg. front and back on a phone), the user can alternate between the various cameras with a TButtonComboBox. The photo is returned as a PNG base64 string which you can assign to a TImage, or send to the server as a string, like if you have a database field defined as a string. EWB easily passes the string to the server. Depending on what server technologies you use, your server code can often save the PNG base64 string to your database as type mediumtext (MySQL up to 16 MB), or you can save it as a file. You need to use HTTPS for WebRTC to allow the camera to interact with the web page. eg. https://erickengelke.com/nice/samples.html Contact me for details. Erick EWB Programming Books and Component Library http://www.erickengelke.com |
This web page was last updated on Tuesday, September 17, 2024 at 04:19 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |