Camera Usage for Sense Version | Seeed Studio Wiki #548
Replies: 7 comments 5 replies
-
Will there be a guide released on how to utilize the auto-focus feature on the OV5640 module? |
Beta Was this translation helpful? Give feedback.
-
Is there a way I can use this board as a webcam or a wired camera by connecting it to my laptop? |
Beta Was this translation helpful? Give feedback.
-
can i use the sense and the camera to webstream using circutpython |
Beta Was this translation helpful? Give feedback.
-
i tried https://github.com/limengdu/SeeedStudio-XIAO-ESP32S3-Sense-camera/tree/main/CameraWebServer .
|
Beta Was this translation helpful? Give feedback.
-
How do we tell which version of ESP32S3 Sense or the Camera module is in my possession? Version 2 or version 3? |
Beta Was this translation helpful? Give feedback.
-
Hi, I have been trying so hard to make my own camerawebser program, but I have had complications with my code, the camera and the web server do not work and apparently a watchdog is activated in the program, displaying the same messages on the serial port. my code // Configuración de red WiFi // Pines de la cámara OV2640 (para Xiao ESP32S3) #define Y9_GPIO_NUM 36 // Declaración de funciones void setup() { // Configuración de la cámara // Tamaño de imagen y calidad // Inicializar la cámara // Conectar a la red WiFi // Iniciar el servidor de la cámara void loop() { // Configuración del servidor de cámara httpd_handle_t server = NULL; serial port |
Beta Was this translation helpful? Give feedback.
-
That is Generic ONVIF and RTSP support for legacy camera connection? |
Beta Was this translation helpful? Give feedback.
-
Camera Usage for Sense Version | Seeed Studio Wiki
This tutorial will explain how to properly use the camera on the XIAO ESP32S3 Sense.
https://wiki.seeedstudio.com/xiao_esp32s3_camera_usage/
Beta Was this translation helpful? Give feedback.
All reactions