ESP32Cam camera.record

hello,
The camera component works fine in home assistant, but when trying to record the stream it displays an error, that that is not supported.

esphome:
  name: cam32
  platform: ESP32
  board: esp32dev
wifi:
  ssid: "***"
  password: "***"
  fast_connect: True
api:
  reboot_timeout: 0s
ota:
logger:

# ESP32-CAM
esp32_camera:
  external_clock:
    pin: GPIO0
    frequency: 20MHz
  i2c_pins:
    sda: GPIO26
    scl: GPIO27
  data_pins: [GPIO5, GPIO18, GPIO19, GPIO21, GPIO36, GPIO39, GPIO34, GPIO35]
  vsync_pin: GPIO25
  href_pin: GPIO23
  pixel_clock_pin: GPIO22
  power_down_pin: GPIO32

  name: bedroom
  # ... Frame Settings

# Flashlight
output:
  - platform: gpio
    pin: GPIO4
    id: gpio_4
light:
  - platform: binary
    output: gpio_4
    name: flashlight

Did you find a solution?
I have the same problem with my esp32 cam and with usb cam from motioneye

No, it seems that this function is not supported by this kind of cameras.