Trial version can be downloaded from https://www.trichview.com/download/
This is a minor update with few new features.
1. New mode of redrawing of TRVCamMultiView component. It is activated when assigning a positive number to the new RefreshRate property.
Standard (old) mode: a multi-viewer is repainted on each new frame (VCL: new frames are drawn directly on window canvas; LCL: area of a changed viewer is repainted; FireMonkey: the whole multi-viewer is repainted)
New mode: a multi-viewer is repainted no more than RefreshRate times in a second (still, only changed viewers are repainted in VCL and LCL).
This mode is especially useful in FireMonkey and Lazarus.
2. New video encoding format: H.265 (AKA HEVC, High Efficiency Video Coding)
3. Video scale with FFmpeg is fixed and improved: now you can specify one side (either width or height), the second size will be calculated to keep aspect ratio. There are several advantages of pre-scaling video using FFmpeg instead of stretch-drawing it in video viewer:
– it is faster and takes less CPU resources
– it is performed in a background thread
– you can choose a scaling method (quality vs performance).
TRVCmd class (describing a command that is sent by TRVCamSender to TRVCamReceiver or TRVMediaServer) and related classes are moved to the new unit (MRVCmd.pas for VCL and LCL, fmxRVCMD.pas for FireMonkey).
Demo projects are updated accordingly.
RVMedia installer is updated, and now has the features that already can be found in TRichView setup.
New: the trial installer is compatible with RAD Studio Community edition (that does not have command line compilers).
We have released TRichView 23.2 and updates of related components The main new feature in…
RVMedia 11.1 has been released Main new features: UDP streaming with FFmpeg improved error handling…
We have released TRichView 23.1 and updates of related components The main new feature in…
We've released our installer program as freeware with source code:http://www.trichview.com/ideinstall/ It was updated to version…
We have released TRichView 23 and updates of related components This update is free for…