Issues.00431 - lordmundi/wikidoctest GitHub Wiki
00431: add overlay to show camera name
Summary: add overlay to show camera name
Created: 2012–08–16 12:51
Status: Released
Category: Request
From: frankie
Version: 2.2
Released_In: 2.3
Description:
this is a feature request for a simple overlay which will show the current camera name.
Comments
frankie August 16, 2012, at 12:54 PM: This has been added. The overlays can show camera name, as well as pan/tilt and can be turned on and off per viewport by right-clicking on the viewport and choosing the overlay under the "Overlays" menu.
The following variables can be set in your DEFINES block in user.cfg to override the following settings:
CAM_OVL_SHOW_CAMNAME 0
CAM_OVL_SHOW_PANTILT 0
CAM_OVL_FONT arial-bold
CAM_OVL_TEXT_FG "00ff00"
CAM_OVL_TEXT_BG "000000"
CAM_OVL_SCALE_X 0.5
CAM_OVL_SCALE_Y 0.8
The values above are the defaults. the _SHOW_ variables adjust whether the overlays are on by default. The others are self explanatory.
A view with the camera name and pan/tilt overlays turned on
Associated Commits
| commit | d2ccc645aacedd21988779795fc7d63317f0a949
link7 |
||
| Author: | Frank Graffagnino
|
| Date: | Thu Aug 16 14:03:49 2012 -0500
|
| Message: | [@Issue 00431: Removed doug redraw since it was causing seg faults
Not sure why, but the doug.cmd redraw i was doing at init was seg faulting in EDGE v2.2, but not in the latest EDGE. To be safe, I pulled it out since it is only helping in the rare case where there is no scene updates triggering a redraw. @] |
Affected Files:
gui/camera_data_overlay.tcl | 3 ---
1 file changed, 3 deletions(-)
| commit | 714bb39618e89dc0476cf8c97a52ea3c92c0b777
link8 |
||
| Author: | Frankie
|
| Date: | Thu Aug 16 12:55:27 2012 -0500
|
| Message: | [@Issue 00431: Added camera name and pan/tilt overlay
The overlays are available via right-click menus in both the cev load and the blank graphics load. @] |
Affected Files:
blank.cfg | 1 +
cev.cfg | 1 +
gui/camera_data_overlay.tcl | 177 ++++++++++++++++++++++++++++++++++++++++++++
gui/cev_overlay_menu.tcl | 2 ±
4 files changed, 180 insertions(+), 1 deletion(-)