Hello,
I am using the AMB82-MINI and need to access the raw camera output to send wirelessly. I have used examples to compress the output as MJPEG and stream over HTPP, but I need to remove compression. How do I do this?
Thank you.
Hello,
I am using the AMB82-MINI and need to access the raw camera output to send wirelessly. I have used examples to compress the output as MJPEG and stream over HTPP, but I need to remove compression. How do I do this?
Thank you.
Hi @Abi_Rusalavitch ,
May I know the type of raw camera output data that you are looking for? Are you considering to stream h264 data over http?
Thank you.
I am trying to stream YUY2 or NV12.
Would there be a way to access the “Capture JPEG display over HTTP Continuous” example from the Ameba SDK rather than the Arduino SDK?
Hi @Abi_Rusalavitch,
This example is exclusively for Arduino SDK only. You may want to consider websocket viewer example on FreeRTOS SDK as an alternative.
Hi @Abi_Rusalavitch,
As we are working on Arduino SDK to access raw camera output, you may want to refer to this example on FreeRTOS which you can access the camera output data as .raw that is saved on SD card.