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

QT and Coppeliasim #24

Open
lgzid opened this issue Dec 9, 2024 · 3 comments
Open

QT and Coppeliasim #24

lgzid opened this issue Dec 9, 2024 · 3 comments

Comments

@lgzid
Copy link

lgzid commented Dec 9, 2024

@Coppelia
Hello, I am developing with Qt and CoppeliaSim, and I have a requirement to embed the rendering interface from CoppeliaSim into a child window in Qt. Do you know of any method to achieve this?

Like this:

1

@lgzid
Copy link
Author

lgzid commented Dec 10, 2024

Alternatively, how can I get the image from the camera? The manual says that it cannot be obtained through the API. Is there any method to retrieve it

@Coppelia
Copy link
Contributor

Coppelia commented Dec 10, 2024

Hello, by not touching CoppeliaSimLib, you should use a vision sensor, capture its image content with sim.getVisionSensorImg, and send that to your framework.
What is probably better but more complicated would be to base your work on the web-based front end for CoppeliaSim and embed a web component

@lgzid
Copy link
Author

lgzid commented Dec 10, 2024

Thank you for your response. I will try using the method you suggested.

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