-
Notifications
You must be signed in to change notification settings - Fork 15
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
How to set the FPS and Resolution of camera? #15
Comments
You'll need to find which profiles are supported by your IMX219 sensor, by using a command like This should output the supported resolutions and FPS. Then, edit these lines of the Argus configuration to use the mode and FPS values from the previous step. |
I follow the step, Set LIne 69 mode to 4, Line 70 framerate to 60, Set the mode 4 in launch file, and get the right size of image, but the frame rate is very low. I use ros2 topic hz /left/image_raw, It tell me that the average rate just 24Hz,and ros2 topic hz /left/camerainfo is 30Hz. I need High FPS, It is important for me. The camera can work in 60FPS very well with nvgstcapture, I use jetson_clock and the 20W power mode. |
I have another Question, why I have set the camera calibration data with a valid url, I still get the warning: |
The warning is because Argus was unable to read a camera calibration from the camera's built-in EEPROM but your URL should override that anyway. As far as the camera frame rate is concerned, what is your system state when running this test application (running top or jtop)? Are CPUs or GPUs pegged during this application? We're working on reproducing this issue with an IMX219 and Isaac ROS Argus Camera. |
I have the same problem. I'm on a Xavier nx with IMX219 and from |
Do you solve the problem,?I have the same problem with Hawk camera |
"Received an image, do you need to modify the isaac_ros_argus_camera code?" |
I have the same problem. I set my camera mode to 1920x1080 and 60fps but I am still only getting around <10 fps. Has anyone found a solutions to this problem ? |
Hello,
I'm using a Jetson Xavier NX and a IMX219 camera for developent. I want to get high FPS video so I need to set camera output as 1280x720@60fps, I can not find any tutorials about it.
The text was updated successfully, but these errors were encountered: