# Is there a way to load base64 string Image?

**URL:** https://forum.opencv.org/t/is-there-a-way-to-load-base64-string-image/13146
**Category:** Uncategorized
**Tags:** javascript, performance
**Created:** [May 11, 2023, 6:27pm UTC](https://forum.opencv.org/t/is-there-a-way-to-load-base64-string-image/13146 "2023-05-11T18:27:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![halil.hpolat](https://avatars.discourse-cdn.com/v4/letter/h/6de8d8/32.png) [@halil.hpolat](https://forum.opencv.org/u/halil.hpolat)
#### Post date: [May 11, 2023, 6:27pm UTC](https://forum.opencv.org/t/is-there-a-way-to-load-base64-string-image/13146/1 "2023-05-11T18:27:28Z")

</div>

Hello, I am developing a project with the Ionic Angular platform. In my project, I am using the Cordova Camera Preview plugin to continuously process images from the phone camera with OpenCV. Is there a way to load Image to openCv from Base64 string Image? I mean that I have Base64 string Image and use this image with Opencv. But this Base64 Image changes continuously and I have to use this changed data with Opencv. Thank you for your helping.
