-
Notifications
You must be signed in to change notification settings - Fork 606
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
[abortive exit]Abnormal exit during operation #315
Comments
@zymouse can you share what pixel format / other settings used when you saw this error? |
I have the exact same issue. The weird thing is is that this driver worked before with these settings. Now it does not but the settings did not change. Node(
package='usb_cam',
executable='usb_cam_node_exe',
name='rgba_camera',
output='screen',
parameters=[
{'video_device': '/dev/video2'},
{'image_width': 1920},
{'image_height': 1080},
{'pixel_format': 'yuyv'},
{'camera_frame_id': 'leopard_cam'},
# {'io_method': 'mmap'},
{'framerate': 9.0},
], |
A reboot solved it. If this driver works or not seems to be indeterminate |
@mvanlobensels @zymouse closing this until we have some reproducible instructions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
description
Abnormal exit during runtime
![image](https://private-user-images.githubusercontent.com/46778435/299586620-68944dff-fdb2-4bca-9f09-0a8897d7c28e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNzE5NDAsIm5iZiI6MTczOTA3MTY0MCwicGF0aCI6Ii80Njc3ODQzNS8yOTk1ODY2MjAtNjg5NDRkZmYtZmRiMi00YmNhLTlmMDktMGE4ODk3ZDdjMjhlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDAzMjcyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVjYjIxMzUxZDU2YWZiZjkzY2RkZmNlZDRkMTlkZWZhNzhhOGFlNjQ4Yjc0MTMyZTdjNWI0MTJkZmFkZmU3YjkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.0NuI-3DIN7w0w7rrigTDJdX4ikEWNbJmDT95hXfzREs)
The text was updated successfully, but these errors were encountered: