You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while the HAL provides a cam module and a minimalistic example of how to acquire raw images through that there's no example how to go from there to having processed images (JPG, YUV, etc.)
Solution
provide an example (probably in esp-hal-community) on how to use cam to acquire an image and process it from there (common use-cases include grabbing images and offering them via HTTP or storing them to an SD card), similar to what esp32-camera has in the README (but that's C code).
note: in this issue i mentioned the lcd_cam::cam module but i was personally interested in the i2s camera support (not yet merged, see #3219). probably examples should be provided for both.
in the best case scenario instead of a simple example a proper rust-native version of esp32-camera would be provided which abstracts over the different types of cameras supported by different esp chips & boards
Motivations
while the HAL provides a
cam
module and a minimalistic example of how to acquire raw images through that there's no example how to go from there to having processed images (JPG, YUV, etc.)Solution
provide an example (probably in esp-hal-community) on how to use
cam
to acquire an image and process it from there (common use-cases include grabbing images and offering them via HTTP or storing them to an SD card), similar to what esp32-camera has in the README (but that's C code).Alternatives
n/a
Additional context
see also this conversation on matrix
The text was updated successfully, but these errors were encountered: