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.
Hi:
I'm a fresh man in Vision SDK,I have installed the package of PROCESSOR_SDK_VISION_03_02_00_00 in Windows 10 OS , and then I build the package successfully with gmake tool;
I have read several documents in the Vision SDK , and I build the "vision_sdk_usecase_gen" successfully,even I generate a "vision_sdk_usecase_gen" project with Code Block , I add an empty algorithm in the
usecase gen tool ,and it can runs ok;
Now , I want to create a new usecase project with CodeBlock ,I follow the steps showed on page 7th in "VisionSDK_DevelopmentGuide.pdf" ,when I use the SourceCode in "C:\PROCESSOR_SDK_VISION_03_02_00_00\vision_sdk\apps\src\rtos\usecases\vip_single_cam_frame_copy" to
create a new project which include source code file such as "chains_vipSingleCameraFrameCopy.c"、"chains_vipSingleCameraFrameCopy_priv.c"、"chains_vipSingleCameraFrameCopy_priv.h" and a main.cpp with an empty main function;
When I build the new project , many problem arise ; for example , in the "system_linkId.h" , SYSTEM_MAKE_LINK_ID is not defined , it is an selective compile item in the file ; "UInt32" is not defined , I search it in the two included head files "stdint.h" and "system_procId.h" , I can't find the definition of "UInt32" !
many many problems !
How can I solve these problem; I can't find a project as example;
Hi,
On the bottom right corner there is a link "Insert code, Attach Files and more..".
Click on that and use insert file option.
Regards,
Rishabh
Hi:
here is my project , "chains_vipSingleCameraFrameCopy_priv.h" , "chains_vipSingleCameraFrameCopy_priv.c" is generated by the tool "vsdk_win32.exe", The IDE is CodeBlock ;
when I build the project,so many errors,such as I mentioned above;and I placed the project at the path "C:\PROCESSOR_SDK_VISION_03_02_00_00\vision_sdk\apps\src\rtos\usecases";vip_single_cam_frame_copy.rar
Hi,
Vision SDK uses a complex makefile based build system which involves building many different software components. This can be used from command prompt, bash, etc.
You can't build Vision SDK use case from an IDE like this. You should read the documentation on how to build Vision SDK and do the same.
Regards,
Rishabh