EloquentEsp32cam icon indicating copy to clipboard operation
EloquentEsp32cam copied to clipboard

How to use properly Eloquent::Esp32cam::Viz::FileBrowser

Open medamarko opened this issue 10 months ago • 1 comments

is there anywhere example on how to use filebrowser with files from sd card? Thanks!

medamarko avatar Apr 19 '24 09:04 medamarko

browser.fs(sdmmc); while (!browser.begin().isOk()) Serial.println(browser.exception.toString()); Serial.println(browser.address());

seems these do a good start of server.

medamarko avatar Apr 19 '24 10:04 medamarko

If there's not an example sketch on how to use it, it means that it was deprecated. Just use other examples from Google, they work fine.

eloquentarduino avatar Jun 18 '24 13:06 eloquentarduino