#include <rs_frame.hpp>
§ video_frame()
rs2::video_frame::video_frame |
( |
const frame & |
f | ) |
|
|
inline |
§ get_bits_per_pixel()
int rs2::video_frame::get_bits_per_pixel |
( |
| ) |
const |
|
inline |
retrieve bits per pixel
- Returns
- number of bits per one pixel
§ get_bytes_per_pixel()
int rs2::video_frame::get_bytes_per_pixel |
( |
| ) |
const |
|
inline |
§ get_height()
int rs2::video_frame::get_height |
( |
| ) |
const |
|
inline |
returns image height in pixels
- Returns
- frame height in pixels
§ get_stride_in_bytes()
int rs2::video_frame::get_stride_in_bytes |
( |
| ) |
const |
|
inline |
retrieve frame stride, meaning the actual line width in memory in bytes (not the logical image width)
- Returns
- stride in bytes
§ get_width()
int rs2::video_frame::get_width |
( |
| ) |
const |
|
inline |
returns image width in pixels
- Returns
- frame width in pixels
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/librealsense-2.11.1/include/librealsense2/hpp/rs_frame.hpp