Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Oded
Level 1
Level 1
First solution authored 10 sign-ins First reply posted

Hi guys,

How do I build a library for a custom sensor, from scratch? (Such as the one  for the OV5640 in the SDK)

Thanks!

Oded.

0 Likes
1 Solution
AliAsgar
Moderator
Moderator
Moderator
1000 replies posted 250 solutions authored 750 replies posted

Hi Oded,

Please add the sensor dependent register configurations to the imagesensor.c and imagesensor.h files created from the CX3 configuration utility. Build these files with either armcc or arm-none-eabi-gcc to be used as a library in the FX3 SDK application firmware.

Best Regards,
AliAsgar

View solution in original post

0 Likes
2 Replies
AliAsgar
Moderator
Moderator
Moderator
1000 replies posted 250 solutions authored 750 replies posted

Hi Oded,

Please add the sensor dependent register configurations to the imagesensor.c and imagesensor.h files created from the CX3 configuration utility. Build these files with either armcc or arm-none-eabi-gcc to be used as a library in the FX3 SDK application firmware.

Best Regards,
AliAsgar

0 Likes
Oded
Level 1
Level 1
First solution authored 10 sign-ins First reply posted

Thank you.

0 Likes