Hi , experts
In the Imaging file, if "ti_imaging_sensordrv.lib" is the library generated by camera driver ?
and we want to know where to open the camera library file is source code?
Looking forward to your reply.
Thanks
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 , experts
In the Imaging file, if "ti_imaging_sensordrv.lib" is the library generated by camera driver ?
and we want to know where to open the camera library file is source code?
Looking forward to your reply.
Thanks
Hi,
In the Imaging file, if "ti_imaging_sensordrv.lib" is the library generated by camera driver ?
Yes, this is correct.
and we want to know where to open the camera library file is source code?
All camera drivers are part of the imaging/sensor_drv folder. You could view them in this folder.
Regards,
Brijesh
Hi,
Thanks for your reply. But I can't find the source code to open the "ti_imaging_sensordrv.lib" .
Can you help me confirm it?
Thanks
What do you mean source code to open this library? This library is generated from source code available in the folder ti-processor-sdk-rtos-j721e-evm-08_02_00_05\imaging\sensor_drv\src..
Regards,
Brijesh
Still did not get the question, do you mean where this library is integrated?
This library will be integrated in the mcu2_0 firmware and it will be used when you try to run some single camera or multi camera example..
This library in itself will not be loaded, but it will be integrated in mcu2_0 firmware and then will be used.
Regards,
Brijesh
Hi,
Still did not get the question, do you mean where this library is integrated?
Yes, this is correct.
This library in itself will not be loaded, but it will be integrated in mcu2_0 firmware and then will be used.
" it will be integrated in mcu2_0 firmware and then will be used" -> Is there any source code for this operation? Can you tell me the source code path?
Thanks
Yes, it is included in the vision_apps/platform/platform/j721e/rtos/concerto_r5f_inc.mak concerto makefile.
Regards,
Brijesh
Hi,
Thanks for your reply. It's very userful for my question.
And now i use "make sdk” command in vision_apps file.
it has the following error: ERROR: /home/zzz/rtos/ti-processor-sdk-rtos-j721e-evm-08_02_00_05/targetfs//usr/include not found !!!
What is the primary cause of this error?
Thanks
x_app_srv_calibration links against libtivision_apps.so vx_app_srv_camera links against libtivision_apps.so vx_app_srv_fileio links against libtivision_apps.so Build Skipped for kernels.stereo.target.bam.J7.LINUX.A72.release:vx_target_kernels_stereo_bam ERROR: /home/zzz/rtos/ti-processor-sdk-rtos-j721e-evm-08_02_00_05/targetfs//usr/include not found !!! Ensure all dependencies have been downloaded as per http://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/latest/exports/docs/vision_apps/docs/user_guide/ENVIRONMENT_SETUP.html#ENVIRONMENT_SETUP_STEP2 make: *** [makerules/makefile_check_paths.mak:12: sdk_check_paths] Error 1 zzz@zzz-virtual-machine:~/rtos/ti-processor-sdk-rtos-j721e-evm-08_02_00_05/vision_apps$ make sdk
Hi,
Did you run setup script (setup_psdk_rtos.sh), as mentioned in https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/latest/exports/docs/vision_apps/docs/user_guide/ENVIRONMENT_SETUP.html#ADDITIONAL_DOWNLOADS?
Regards,
Brijesh