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

Can I use it as a multi-camera? #169

Open
ohsh16 opened this issue Feb 25, 2019 · 3 comments
Open

Can I use it as a multi-camera? #169

ohsh16 opened this issue Feb 25, 2019 · 3 comments

Comments

@ohsh16
Copy link

ohsh16 commented Feb 25, 2019

I want to use two or more cameras.
Can I run more than one camera on one PC?

@ohsh16
Copy link
Author

ohsh16 commented Feb 26, 2019

FilterPtr CameraSystem :: createFilter (const String & name, DepthCamera :: FrameType type)

bool CameraSystem :: disconnect (const DepthCameraPtr & depthCamera, bool reset)

Is it possible to perform multi-operation by entering DepthCameraPtr in the argument value of the createrFile function?

In the disconnect function, DepthCameraPtr argument value is included, and only DepthCameraPtr is used to disconnect the id value.

It is supposed that the setting value of DepthCameraPtr should be set in all setting functions so that it can be set at the time of multi-operation.

@ohsh16
Copy link
Author

ohsh16 commented Feb 26, 2019

bool DepthCamera :: start ()
How do you think the variables used in the function should be array, so multi-operation is possible?

@suramyag1
Copy link
Contributor

@ohsh16
Filters are added to different depth cameras using the addFilter function from DepthCamera.cpp

You should probably create your own class for multiple cameras, to do each function together for multi-camera operation.

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