Duo-tdl-examples compatibility with SDK v2.0.1+?

Hello everyone,

I’m having trouble running duo-tdl-examples on the duo-buildroot-sdk (versions v2.0.1 later).

The Issue: It looks like the duo-tdl-examples repo is a bit outdated and not fully compatible with the newer SDK structure (v2.0.1+). Does anyone know the proper workaround? I suspect I might need to replace some libs or adjust the config, but I’m not sure which ones are required for these newer versions

My Understanding is the documentation mentions that duo-tdl-examples were extracted from the SDK. However, due to the version gap, the required libraries or configurations seem to have diverged.

Could anyone provide guidance on how to migrate or run these examples on the V2 environment?

  • Are there specific libraries (.so files) from V2 that I need to manually replace in the example directory?
  • Are there any changes required in the configuration or makefiles to align with the V2 SDK?

Any advice would be greatly appreciated.

Environment:

1 Like

I suspect that the current issue is a configuration error regarding the lens and memory, and I observed that the latest SDK update (develop branch) seems to have removed the old tdl_sdk/sample_video folder; does this indicate that the previous startup workflow has changed?