-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
F200 support? #15
Comments
it seems to work when commenting out everything that tries to access the infrared2 stream... |
Current release supports R200 camera only. The error you are getting is because F200 has only one Infrared camera. |
I see your point. Anyway, the camera does work somehow with minor changes, so I will try to work with that and wait for a new release. Should I feel confident enough about quality, I will also provide my changes to you... |
Great that it worked for you. Though changes enable F200 camera, testing or enabling has not been done for it. Stability or quality can be guaranteed once it is tested and released officially. |
What is the time frame on this? I am wondering if I should take the time to get this working on older projects not supported by intel for the time being... |
for reference there is a fork that added support for the SR300 and F200 here: https://github.com/nlyubova/realsense |
Any updates on when functionality for the F200 will be complete? |
I'm also interested in functionality for the SR300 |
The fork I linked to works fine for the sr300. On Fri, Apr 8, 2016, 11:31 atenpas notifications@github.com wrote:
|
I see, thanks. Sorry, I did not read all the comments in here. |
For reference, I've rebased nlyubova patch on the current Intel head: https://github.com/severin-lemaignan/realsense |
F200 supported added in release 1.3.0 |
person tracking: fix at pt sample - fix at pt configuration call
Release - realsense v2.3.0
Hello,
I am really new to ROS and 3D cameras, so forgive me if the issue is easy to solve.
I managed to install everything according to the docs, but when running one of the launch files, there is an error about infrared2 stream:
`process[RealsenseNodelet-2]: started with pid [9442]
[ INFO] [1458304316.516457675]: Initializing nodelet with 8 worker threads.
[ INFO] [1458304316.584243499]: RealSense Camera - Starting camera nodelet.
[ INFO] [1458304317.185167616]: RealSense Camera - Number of cameras connected: 1
[ INFO] [1458304317.185233790]: RealSense Camera - Firmware version: 2.60.0.0
[ INFO] [1458304317.185246538]: RealSense Camera - Name: Intel RealSense F200
[ INFO] [1458304317.185260261]: RealSense Camera - Serial no: 015150131405
[ INFO] [1458304317.185271646]: RealSense Camera - Enabling Color Stream: preset mode
[ INFO] [1458304317.185402923]: RealSense Camera - Enabling Depth Stream: preset mode
[ INFO] [1458304317.185522817]: RealSense Camera - Enabling Infrared Stream: preset mode
[ INFO] [1458304317.185639040]: RealSense Camera - Enabling Infrared2 Stream: preset mode
[ERROR] [1458304317.185765818]: RealSense Camera - Error calling rs_get_stream_intrinsics ( device:0x1c22cb0, stream:INFRARED2, intrin:0x7ffc92766080 ):
stream not enabled: INFRARED2
[FATAL] [1458304317.301574020]: Service call failed!
`
I suppose this is related to differences between the f200 and r200 cameras? What do you suggest to do?
Thanks,
Gregor
The text was updated successfully, but these errors were encountered: