i tried using the record_video.ino example here : SeeedStudio-XIAO-ESP32S3-Sense-camera/record_video/record_video.ino at main · limengdu/SeeedStudio-XIAO-ESP32S3-Sense-camera · GitHub but all im getting is a 10 seconds video of a frame buffer. why ?
Hi there,
Check all the options , 3 times
.
Which BSP are you using? and AFAIK it requires and older one?
YMMV ![]()
HTH
GL
PJ ![]()
BSP ? AFAIK ? YMMV ? what does it mean ?
Hi there,
Board Support Package…
As Far As I Know
Your Mileage May Very
![]()
HTH
GL
PJ ![]()
what is a board support package ? im using the ESP32S3 Sense. heres my platformio.ini →
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
[env:seeed_xiao_esp32s3]
; [env:xiao_esp32s3_sense]
; platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
platform = espressif32
board = seeed_xiao_esp32s3
; board = seeed_xiao_esp32s3_sense
lib_deps =
; GitHub - mobizt/FirebaseClient: 🔥Fast and reliable async Firebase client library for Arduino.
framework = arduino
monitor_speed = 115200
build_flags =
-D DEBUG=true
-D VERBOSE_DEBUG=true
-DBOARD_HAS_PSRAM
; -mfix-esp32-psram-cache-issue
monitor_filters = esp32_exception_decoder
; board_build.arduino.memory_type = qio_qspi
[platformio]
description = contxt
