-
Notifications
You must be signed in to change notification settings - Fork 33
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
'AfWindows' parameter occurs error. #13
Comments
Can you please provide the details (libcamera version, camera hardware, etc.) and steps to reproduce this? |
i am using just running the given code can reproduce the error. |
Can you provide a proper gdb backtrace to see where exactly the exception is thrown and what the content of the variables is? Can you show the content of Line 91 in adfce05
extent is larger than std::vector<T>::max_size or negative.
|
Sorry for the dirty pull request and commits. I am not familiar with using git.. If you give me some time. I will try to get the backtrace information. |
As you expected, |
I see the issue now. Can you check if #15 fixes the issue for you? |
I will check it today, thank you! |
This is not working. Detailed information will be added later. |
I have a similar hw setup as mentioned in #13 (comment)
I ran into the same 'cannot create std::vector..' issue. Any further idea on how to fix this? |
You can just skip the parameter |
I only have a "Camera Module v1" (OV5647) and therefore cannot test the node with any other Camera Module. I tried to mock the |
Yea, i have tried #15, but got the same error that was reported in #13 (comment). |
A general comment on hardware support: Please get in contact with me if you want to sponsor a "Camera Module 3" in order to have this module tested with the node and potentially have this issue resolved properly. |
Sorry. I overlooked that you already tried the PR with the same result. Can you, or @Woojin-Crive, provide a gdb backtrace with debug symbols for this assertion? |
Oh, i am now just using this with a docker. Complie the libcameraWORKDIR /root/libcamera I am now using my own fork.git clone https://github.com/Woojin-Crive/camera_ros.git Use the launch file to start a node.ros2 launch camera_ros camera_launch.py |
Error
Debug
Error is caused when the below code is executed.
The text was updated successfully, but these errors were encountered: