add devenv and devcontainer to manage environmnet

This commit is contained in:
2024-10-15 13:15:37 +00:00
parent 92b2097a97
commit 09e44a6ba8
18 changed files with 793 additions and 15 deletions

0
src/isp/eb3516_video.c Normal file → Executable file
View File

0
src/isp/eb3516_video.h Normal file → Executable file
View File

0
src/log.conf Normal file → Executable file
View File

8
src/main.cpp Normal file → Executable file
View File

@@ -36,10 +36,10 @@ int main(int argc, char** argv) {
zlog_warn(log, "Can't Create log dir FOR %s", file_error.message().c_str());
}
// eb3516VideoInit();
// eb3516VideoStart();
eb3516Yolov3Init("./coco_yolov3_detect.wk", "./dog_bike_car_416x416.bgr");
eb3516Yolov3Exit();
eb3516VideoInit();
eb3516VideoStart();
// eb3516Yolov3Init("./coco_yolov3_detect.wk", "./dog_bike_car_416x416.bgr");
// eb3516Yolov3Exit();
zlog_fini();

0
src/my_common.h Normal file → Executable file
View File

0
src/nnie/eb3516_nnie.c Normal file → Executable file
View File

0
src/nnie/eb3516_nnie.h Normal file → Executable file
View File

0
src/nnie/sample_svp_nnie_software.c Normal file → Executable file
View File

0
src/nnie/sample_svp_nnie_software.h Normal file → Executable file
View File