14 unsigned char t_rtpPayloadFormat,
15 unsigned t_rtpTimestampFrequency,
16 char const* t_sdpMediaTypeString,
17 char const* t_rtpPayloadFormatName,
19 std::shared_ptr<RsDevice>
device,
20 unsigned t_numChannels,
21 Boolean t_allowMultipleFramesPerPacket,
22 Boolean t_doNormalMBitRule)
25 return new RsSimpleRTPSink(t_env, t_RTPgs, t_rtpPayloadFormat, t_rtpTimestampFrequency, t_sdpMediaTypeString, t_rtpPayloadFormatName, t_videoStream, device, t_numChannels, t_allowMultipleFramesPerPacket, t_doNormalMBitRule);
30 std::ostringstream oss;
31 oss << t_name <<
"=" << t_val <<
";";
37 std::ostringstream oss;
38 oss << t_name <<
"=" << t_val <<
";";
45 str.append(
"rotation:");
52 str.append(
"translation:");
71 for(
auto relation : device.get()->minimal_extrinsics_map)
76 str.append(
"<to_sensor_");
109 for(
size_t i = 0;
i < 5;
i++)
118 std::replace(name.begin(), name.end(),
' ',
'^');
126 unsigned char t_rtpPayloadFormat,
127 unsigned t_rtpTimestampFrequency,
128 char const* t_sdpMediaTypeString,
129 char const* t_rtpPayloadFormatName,
131 std::shared_ptr<RsDevice>
device,
132 unsigned t_numChannels,
133 Boolean t_allowMultipleFramesPerPacket,
134 Boolean t_doNormalMBitRule)
135 : SimpleRTPSink(t_env, t_RTPgs, t_rtpPayloadFormat, t_rtpTimestampFrequency, t_sdpMediaTypeString, t_rtpPayloadFormatName, t_numChannels, t_allowMultipleFramesPerPacket, t_doNormalMBitRule)
141 sprintf(
m_fFmtpSDPLine,
"a=fmtp:%d;%s\r\n", rtpPayloadType(), sdpStr.c_str());
::realsense_legacy_msgs::extrinsics_< std::allocator< void > > extrinsics
GLuint const GLchar * name
#define IS_COMPRESSION_ENABLED
GLsizei const GLchar *const * string
static int getPhysicalSensorUniqueKey(rs2_stream stream_type, int sensors_index)
const unsigned int SDP_MAX_LINE_LENGHT
rs2_intrinsics get_intrinsics() const
Cross-stream extrinsics: encodes the topology describing how the different devices are oriented...
rs2_format format() const
int getStreamProfileBpp(rs2_format t_format)
static bool & getIsEnabled()
rs2_stream stream_type() const
std::string to_string(T value)