Hello.
I would like to develop Face Recognition system using AWS.
AWS seems to have "Amazon Rekognition" solution.
Can we upload the required face photo and other information with the CC3220 simple link SDK to use Amazon Rekognition?
Regards,
U-SK
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello.
I would like to develop Face Recognition system using AWS.
AWS seems to have "Amazon Rekognition" solution.
Can we upload the required face photo and other information with the CC3220 simple link SDK to use Amazon Rekognition?
Regards,
U-SK
Hi,
It will likely depend on a couple thing:
(1) What is the interfacing method needed for the APIs. If it is a simple HTTP or MQTT connection, then that is easily supported out of the box with the CC32xx devices. If the API relies on a method unsupported by the CC32xx SDK such as websockets for example, then you will need to implement this yourself in the application.
(2) What client-side processing or logic is needed. The CC32xx has a 80MHz ARM MCU with 256kB of RAM. It can perform some processing, on the order of encoding and decoding audio in real time, but it cannot do things such as run a python interpreter or Java VM for example. Examination of the needed code will be important in understanding if it is possible to use Amazon Rekognition on the CC32xx
I suggest you take a look at the documentation available, in particular checking to see if there is any integration with AWS FreeRTOS (which runs on the CC32xx out of the box). We have not tested Amazon Rekognition on the CC32xx, so we do not know whether it will be possible, and more investigation is needed.
Regards,
Michael