EloquentEsp32cam icon indicating copy to clipboard operation
EloquentEsp32cam copied to clipboard

collectionServer question on resolution

Open Tomas1337 opened this issue 11 months ago • 2 comments

Great example on using the camera itself to conveniently get training data.

On your example, you mention that "In fact, you can well capture images at the resolution you prefer (up to the RAM limits, of course) and still have space to run FOMO model.".

When doing capture with a modified camera.resolution.face() to say .vga(), the capture interface only seems to be saving the a portion of the streamed image(s). Seems to crop on the top right corner to what I assume is the default resolution of .face()

I couldn't find methods to modify this, so I thought i'd ask you first.

Tomas1337 avatar Mar 07 '24 03:03 Tomas1337

It seems there is hardocded res in html file: #jpeg {width: 240px; height: 240px;}, also would be good ot have configurable timer of image taking. currently its hardcoded in html setInterval(() => this.collect(), 250).

medamarko avatar Apr 19 '24 08:04 medamarko

Will add the possibility to configure.

eloquentarduino avatar Jun 18 '24 13:06 eloquentarduino