|
Camera FPS through xml Anonymous |
7 year
|
Hello,
I am using RoboRealm xml to communicate.
I am able to set compression (compression, "Y16") but unable to set FPS (frame_rate, "3.75"). and when use:
<request>
<get_camera_format></get_camera_format>
<camera_index>INDEX</camera_index>
</request>
I get response of
<frame_rate>333333</frame_rate>
And sometimes sets to 30 and sometimes to 3.75 with same response.
RR version is 2.80.38 and would like to keep this version if possible.
Thanks
|
|
|
Anonymous |
7 year
|
I am also using IC Capture to connect to camera but not at the same time as RR. RR exposure setting always follows exposure setting set in IC capture but FPS doesn't...It seems random, toggling camera button sets FPS to 3.75, sometimes sets to 3.75 on start-up and sometimes it doesn't regardless of setting set at ICC...
Thanks.
|
|
|
Anonymous |
7 year
|
And whenever RR starts with FPS of 30, if I toggle off and on again, FPS sets 3.75..
Thanks.
|
|
|
Steven Gentner from United States [273 posts] |
7 year
|
Hi,
We've reviewed the COM object for issues in sending a decimal number (just in case that's what you were using) and also corrected a format issue that would have prevented the fps from being set correctly over the API.
The above response request has also been fixed. It was returning time_per_frame instead of fps.
The latest version has these fixes.
STeven.
|
|