Fritz FABO
Fritz FABO

Reputation: 107

STM32F4 and AWS Kinesis video stream

I am developing the smart camera with a STM32F4

Is there any chance I will have issue installing the C++ SDK of Kinesis Video Stream on my hardware ? Knowing that STM32F4 support RTOS mainly

Thanks a lot for your help

(https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp)

Upvotes: 0

Views: 269

Answers (1)

chehefen
chehefen

Reputation: 36

I think you should better chance with c producer sdk instead of cpp: https://github.com/awslabs/amazon-kinesis-video-streams-producer-c. You should first verify whether you can port the dependencies of producer c sdk to your platform. They are curl and openssl. After that porting the producer c sdk should be possible.

Upvotes: 1

Related Questions