Skip to content

Vzense/Vzense_SDK_Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VzenseSDK_Linux

Vzense TOF Camera Software Develop Kit For Linux System

Supported Devices

  • DCAM710 Support FirmwareVersion: Firmware_DCAM710_20190904_nand_b63.img and later
  • DCAM305 Support FirmwareVersion: Firmware_DCAM305_20200313_nand_b42.img and later
  • DCAM550U
  • DCAM550P
  • DCAM560C

Supported Platform

  • Ubuntu16.04, 18.04, 20.04 (x86_64 platform), e.g. intel i5,i7
  • arm64 embedded platform, e.g. Nvidia Jetson, NXP IMX8, RK3399
  • arm32 embedded platform, e.g. RK3288

Folder description

  • Arm-linux-gnueabihf

    arm32 SDK package that is developed for arm32 platform, use standard compiler arm-linux-gnueabihf(v5.4.0)

  • AArch64

    arm64 SDK package that is developed for aarch64 platform, use standard compiler aarch64-linux-gnu(v5.4.0)

  • Ubuntu16.04

    Ubuntu16.04 PC SDK package that is developed for personla computer platform(x86_64), use standard compiler x86_64-linux-gnu(v5.4.0)

  • Ubuntu18.04

    Ubuntu18.04 PC SDK package that is developed for personal computer platform(x86_64), use standard compiler x86_64-linux-gnu(v7.5.0) Ubuntu18.04 SDK package compatible with Ubuntu20.04

Summary Of The Guidelines

  • Choose the right base branch;

  • Include sample project and documentation;

Resources