Releases: augamvio/tCamView
Releases · augamvio/tCamView
tCamView v1.3.7
tCamView v1.3.6
Fixed memory leak when entering minimized state in Stretch.Alt mode
tCamView v1.3.5
Number of PictureSize Modes changed from 3 to 4.
- Zoom [Z]: Enlarge to fit the window size while maintaining the aspect ratio of the webcam video (aka. Uniform)
- Stretch [X]: Enlarge to fill the window size without considering the aspect ratio of the webcam video (aka. Fill)
- Center [C]: No resizing. If the window size is changed, the center area of the webcam video is displayed
- Alt.Stretch [A]: Enlarge to fill the window size while maintaining the aspect ratio of the webcam video. If the window size is changed, the webcam video content is clipped to fit in the window dimensions. (aka. UniformToFill)
New features related to clipboard.
- Added Ctrl + C as a hotkey to copy camera image to clipboard
- Added Ctrl + V as a hotkey to display the image saved in the clipboard in the window. At this time, the camera stops
- Added space key as a hotkey to restart the camera stopped by Ctrl + V
New features related to Window Size.
- Added P key as a hotkey to increase the window size
- Added M key as a hotkey to decrease the window size
- The window size could not be changed in the borderless window style, but the size can now be changed using the P and M keys.
Minor changes
- The "Always on Top" option is ON by default.
- The maximum CropImage(ZoomIn) ratio is increased.
- Changed the speed of CropImage(ZoomIn) somewhat faster.
tCamView v1.3.4
Stretch mode is changed to fill the window while keeping the native aspect ratio.