sipeed / Maixduino

Arduino port on Maix board ( k210 )
https://maixduino.sipeed.com
Other
213 stars 93 forks source link

Need help running OpenCV and Dlib #113

Open mkhateeb98 opened 3 years ago

mkhateeb98 commented 3 years ago

hello everyone

I have the sipeed m1n kit with OV0328 camera and I want to run a C++ code for facial expression recognition on the kit and display the video on the computer screen.

the code : https://github.com/rageappliedgame/EmotionDetectionAsset_CPP/blob/master/emotiondetection.cpp

what should I edit on the code to run it as desired? and which IDE should I use , Arduino or PlatformIO ?