Hi~ I want a encoded H264 frame data

I have an amb82 mini board.
I am currently working on a project to transmit H264 encoded video frame buffers through websockets.
However, even if you look for examples, there is only information related to RTSP.
We have analyzed examples of transmitting video via RTSP, but the analysis always ends with calling a method that references a compiled library.
I would like to know how I can get a video frame buffer encoded in H264.

thank you.

https://www.amebaiot.com/en/rtl8735b-arduino-api-camerasetting_videoclass/

1 Like

Hi @anewgate ,
You may change your encoder settings in: Arduino_package/hardware/libraries/Multimedia/src/VideoStream.h

Thanks

1 Like