Skip to content

eloquentarduino/eloquent_depthai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eloquent DepthAI

An wrapper around depthai Python package focused on ease of use.

Example code

To preview a realtime stream of the disparity camera:

from eloquent_depthai import DepthCamera
from eloquent_depthai.preview import DepthPreview


if __name__ == '__main__':
    camera = DepthCamera()
    preview = DepthPreview(camera)

    preview.liveStream()

About

An wrapper around depthai Python package focused on ease of use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages