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.

how to use the image.a64P

Hi

     I'mtrying to JPEG a picture sampled by the video port supplied based on the DM648 and its dvsdk. However, I found the algNumAlloc(), algAlloc, ... functions haven't run. The project is complied by the CCS3.3 and no error got.  Besides, the program includes two parts, one is used to capture SD video and choose one frame;the other is used to JPEG the image(YCbCr4:2:2), and both are the programs supplied in the dvsdk.  Each part can run correctly in the  CCS3.3, However, I've copied the JPEG codes(and its header files) to the video project's(sd_loopback) ****swap.c file, the new project can be complied and linked successfully, but can't run successfully.

   By comparing the running with that of the single JPEG project, the image.a64P haven't been added to the project(I've added it to the libraries path though), so,aomebody can help me how to solve this problem, and how to added a image library to a project.

  Thank you.

  M.Y. Wu