Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to load external video or webcam feed and process it on device side #513

Open
asagar60 opened this issue Dec 5, 2023 · 1 comment
Open

Comments

@asagar60
Copy link

asagar60 commented Dec 5, 2023

I am trying an experiment, where i can verify the results of device side models ( old and new, such as head pose estimation model ). To verify if new models are working correctly with the existing pipelines using blob file and the inference speed, I wanted to know if there is any way where I can use external video or webcam feed and process it on device side instead of host side.

Thanks

@Erol444
Copy link
Member

Erol444 commented Dec 5, 2023

Hi @asagar60 ,
We have an example here:
https://docs.luxonis.com/projects/api/en/latest/samples/MobileNet/video_mobilenet/#video-mobilenetssd
If you want to reconstruct stereo depth as well, I'd recommend using Replay module:
https://docs.luxonis.com/projects/sdk/en/latest/features/replaying/

I hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants