-
Notifications
You must be signed in to change notification settings - Fork 149
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
Feature request: camera emulator for the ros driver #162
Comments
PYLON_CAMEMU isn't implamented yet. |
Hi @whoutman , as previously commented, the Camera Emulation transport layer is not supported yet (unlike USB, GigE). Because the camera emulation behaves a little different than a real camera, I am not really optimistic it makes sense to implement it here at all. That is, its main purpose is the facilitate the typical code writing in case that a physical camera isn't available. Because ROS expects some preconditions to be met though, which the camera emulation would probably not meet, I assume this approach would make no sense here. |
Cf. also https://github.com/galou/pylon-ros-camera/tree/emulated_camera based on my |
Today, I was experimenting with the ros2 driver and the camera emulator. When running
I got the following output
Hence, I observed that the camera emulator is not supported (for the ros driver). Would it be possible to include this feature?
The text was updated successfully, but these errors were encountered: