PLVideoWriter Class#
Inheritance Hierarchy#
System.Object
Basler.Pylon.PLVideoWriter
Properties#
Name | Description | |
---|---|---|
Bitrate | Bit rate of the resulting compressed stream. Visibility: Beginner | |
BytesWritten | Bytes written to file since starting the recording. Visibility: Beginner | |
CompressionMode | Sets the compression mode. You can choose whether to keep the bit rate or the quality of the resulting video stream constant. Visibility: Beginner | |
FrameCount | Number of frames written since starting the recording. Visibility: Beginner | |
Height | Height of the image (in pixels). Visibility: Invisible | |
PlaybackFrameRate | Frame rate (in Hertz) of the video to be recorded. Visibility: Beginner | |
Quality | Quality of the resulting compressed stream. The quality has a direct influence on the resulting bit rate. The optimal bit rate is calculated based on the input values height, width, and playback frame rate (WIDTH * HEIGHT * PLAYBACKFRAMERATE * 0.25). This is then normalized to the quality value range 1-100, where 100 corresponds to the optimum bit rate and 1 to the lowest bit rate. Visibility: Beginner | |
ThreadCount | Number of threads used for recording the video. Visibility: Expert | |
Width | Width of the image (in pixels). Visibility: Invisible |
PLVideoWriter.Bitrate Property#
Bit rate of the resulting compressed stream.
Visibility: Beginner
PLVideoWriter.BytesWritten Property#
Bytes written to file since starting the recording.
Visibility: Beginner
PLVideoWriter.CompressionMode Property#
Sets the compression mode. You can choose whether to keep the bit rate or the quality of the resulting video stream constant.
Visibility: Beginner
PLVideoWriter.FrameCount Property#
Number of frames written since starting the recording.
Visibility: Beginner
PLVideoWriter.Height Property#
Height of the image (in pixels).
Visibility: Invisible
PLVideoWriter.PlaybackFrameRate Property#
Frame rate (in Hertz) of the video to be recorded.
Visibility: Beginner
PLVideoWriter.Quality Property#
Quality of the resulting compressed stream. The quality has a direct influence on the resulting bit rate. The optimal bit rate is calculated based on the input values height, width, and playback frame rate (WIDTH * HEIGHT * PLAYBACKFRAMERATE * 0.25). This is then normalized to the quality value range 1-100, where 100 corresponds to the optimum bit rate and 1 to the lowest bit rate.
Visibility: Beginner
PLVideoWriter.ThreadCount Property#
Number of threads used for recording the video.
Visibility: Expert
PLVideoWriter.Width Property#
Width of the image (in pixels).
Visibility: Invisible