I’m using the AMB82-Mini with the Realtek RTOS SDK and running the media_websocket_viewer / WebSocket Viewer example. My setup includes the F37 camera module. The web page loads normally at 192.168.0.105, and the browser successfully sends commands such as start_stream and get_version.
However, the video window stays completely black.
In the UART log, I consistently see these errors after starting the stream:
You could eliminate if it is hardware connection issue first. First, try to run an example that does video recording / RTSP stream. Check that video recording / RTSP stream is working properly first.
How is your network setup? From the RTSP stream example, you could tell if your network is setup correctly.
Thanks for the suggestion.
I tested RTSP video streaming using the RTOS SDK, and the RTSP stream works correctly — video is visible without any issues.
So the camera hardware and sensor (F37) are working properly on RTOS.
The issue happens only in the WebSocket Viewer example, where the WebSocket connection works but the video frame is not displayed.
Thank you, the flash_ntz.bin file you provided is working correctly on my end as well.
Could you please let me know what changes or updates were made in this firmware compared to my previous build?
I want to understand what was modified so I can apply the same fixes in my own project.
That is strange, because all we changed is the sensor.h, after using the main branch of ameba-rtos-pro2. I can pass you my sensor.h and you can try compiling again.