Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Add getAvailableDevices into Core interface #5

Closed
huningxin opened this issue Apr 20, 2020 · 2 comments · Fixed by #15
Closed

Add getAvailableDevices into Core interface #5

huningxin opened this issue Apr 20, 2020 · 2 comments · Fixed by #15
Assignees
Milestone

Comments

@huningxin
Copy link
Contributor

It maps to Core::GetAvailableDevices. The JS API sketch could be

partial interface Core {
  sequence<DOMString> getAvailableDevices();
};
@lionkunonly
Copy link
Contributor

@dkurt Hi, dkurt. Do you know why the log [E:] [BSL] found 0 ioexpander device is printed when I use Core::GetAvailableDevices on my computer?

@dkurt
Copy link

dkurt commented May 7, 2020

Hi! We also observe it in OpenCV. Not sure if it is a bug inside Inference Engine or not.

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

Successfully merging a pull request may close this issue.

3 participants