HECTOR Module - Renderer
Renders frames of graphics to create a video stream.
Free
HECTOR v0.4
Connections
Name
Type
Data Type
Description
In
Collector
GraphicsFrame
The incoming graphics connection.
Out
Generator
GraphicsFrame
The video output.
Options
Name
Data Type
Description
Resolution
list
The resolution of the rendered video frame. Currently, only full HD (1920x1080) is supported.
Description
The Graphics 2D package of modules works by creating frames of graphics - essentially a description of how various video frames, images and text should be composited on-screen, along with all the resources required to build the graphics scene. In this way, all graphical manipulations happen prior to any final rendering, ensuring that multiple graphics operations could be performed by multiple modules without invoking a chain of resource-hungry rendering procedures. Therefore, at any stage where rendering to video is required, the Renderer module provides a fast and simple way of converting a frame of graphics into a single frame of video. The Renderer uses OpenGL for the rendering process, and is therefore capable of utilising hardware acceleration during the rendering process.
Tags
video
graphics