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
I have a XIAO S3 and AI vision v2. I can load the AI models and it works and I can view the detections on the SenseCraft IA portal, but when I trying to start the streaming on the webserver index, I have a popup error that show "Failed to set resolution.."
To Reproduce
uploaded the face detections models for AI vision v2
connected it to the XIAO S3 sensor
uploaded the camera web server sketch with WiFi credentials
enter to the local ip
try to start the streaming with any resolution
you can see the error
Console output:
[ 7416][V][esp32-hal-uart.c:330] uartBegin(): UART0 baud(921600) Mode(800001c) rxPin(44) txPin(43)
[ 7417][V][esp32-hal-uart.c:416] uartBegin(): UART0 not installed. Starting installation
[ 7418][V][esp32-hal-uart.c:463] uartBegin(): UART0 initialization done.
[ 7419][V][esp32-hal-uart.c:330] uartBegin(): UART0 baud(921600) Mode(800001c) rxPin(-1) txPin(-1)
[ 7420][V][esp32-hal-uart.c:343] uartBegin(): UART0 Driver already installed.
[ 7420][V][esp32-hal-uart.c:346] uartBegin(): UART0 changing buffer sizes or inverted signal or rxfifo_full_thrhd. IDF driver will be restarted
[ 7422][V][esp32-hal-uart.c:463] uartBegin(): UART0 initialization done.
[ 8424][I][app_httpd.cpp:948] startCameraServer(): Starting web server on port: '80'
[ 8426][I][app_httpd.cpp:965] startCameraServer(): Starting stream server on port: '8080'
Camera Ready! Use 'http://192.168.178.25' to connect
neric.cpp:1040] _ev[ 18][W][d.cpp:860] cd_ha(): Wait client reply slot timeout...
0][W][app_p:860] cd_handlert client reply slot timeout...
24426][W][appd.cpp:8and_handle(): Wai reply slot timeout...
Thank you for submitting the issue, we just tested the example again and found that due to some API changes, the secondary initialization of the hardware serial and the use of printf will cause some abnormalities, the relevant fixes have been submitted to the latest main branch, you can try to use the latest commit, if the problem still exists, please contact us, thank you.
Summary
I have a XIAO S3 and AI vision v2. I can load the AI models and it works and I can view the detections on the SenseCraft IA portal, but when I trying to start the streaming on the webserver index, I have a popup error that show "Failed to set resolution.."
To Reproduce
Console output:
Expected behavior
Camera preview with the detections
Screenshots

Desktop info:
Additional context
I migrated the sketch to PlatformIO.
The text was updated successfully, but these errors were encountered: