CameraSensor Interface Reference

Information about a camera sensor element. More...


Detailed Description

Information about a camera sensor element.



import "vector2d.proto";

message CameraSensor
{
  optional double horizontal_fov = 1;
  optional Vector2d image_size   = 2;
  optional string image_format   = 3;
  optional double near_clip      = 4;
  optional double far_clip       = 5;
  optional bool save_enabled     = 6;
  optional string save_path      = 7;
}
/// 

The documentation for this interface was generated from the following file: