Skip to content

Commit

Permalink
remove IMU sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
cspungin committed Jan 14, 2020
1 parent f0454ba commit 45d99a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rs-server/rs-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ int main(int argc, char **argv)
"Session streamed by \"realsense streamer\"",
True);
}
else
else if(sensorIndex==1)
{
sms = RsServerMediaSession::createNew(*env,sensor, "color"/*sensor.get_sensor_name().data()*/, "",
"Session streamed by \"realsense streamer\"",
Expand Down

0 comments on commit 45d99a7

Please sign in to comment.