Skip to content

The minimum Tianmouc-v1 cpp SDK, with a simple two-stream data transmission app

License

Notifications You must be signed in to change notification settings

Tianmouc/tianmouc_sdk_minimum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tianmouc SDK miniomum version

usages

If you have the access to the source code of tianmouc-sdk full version

  1. install cyusb, opencv, lib-usb-1.0-dev
  2. cp libcyusb.so to ./lib
  3. run 'sh compile.sh'
  4. run the somple application for tianmouc-v1 by ./build/tianmoucv_app
  5. you can also use the ./build/libtianmouc.so for further development

If you dont have the access

  • only x86 supported because the shared .so files are compiled under x86, ubuntu24.04
  1. You can find another cmake file in ./lib, use it to replace the defualt one
  2. compile this project, you can still get the app

development log

  • init version 20241104 -- bug: memory leak, cannot find where is the bug -- bug2: bad cone decoded result?? -- bug3: cannot use disableSync api, repost "free( ) invalid xxx" -- bug4: very dirty stop
  • updated version 20240906
  • fixed all bugs
  • minimum develop kit

About

The minimum Tianmouc-v1 cpp SDK, with a simple two-stream data transmission app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published