Completed
Last Updated: 01 Oct 2019 10:55 by ADMIN
Release LIB 2019.2.805
Add an API that allows you to hide the Start Recording and Take Snapshot buttons.
Unplanned
Last Updated: 03 Feb 2020 12:46 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: WebCam
Type: Feature Request
3
Currently, the RadWebCam control is using the video feed and it takes a snapshot from it. Some cameras can produce a still image separate from the video stream. The still image usually gives a better quality of the picture, than the video stream.

Add support for using the still image capturing to get the snapshot when the camera allows this.
Completed
Last Updated: 01 Aug 2019 11:11 by ADMIN
When run over Remote Desktop the webcam does not render anything. This is because D3DImage does not render when WPF switches to software render mode which happens when running an app over Remote Desktop. There is a possible fix for it implemented in .NET 4.5 which allows D3DImage to also fall back to software rendering.
Unplanned
Last Updated: 12 Dec 2019 09:02 by ADMIN
Allow rotation of the video feed from the webcam device.
Unplanned
Last Updated: 30 Jan 2020 15:02 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: WebCam
Type: Feature Request
2
Introduce an API that allows you to set the DPI that is used when creating the snapshot. Currently, the control uses the DPI currently applied to the monitor which changes the resolution of the produced picture.
Unplanned
Last Updated: 02 Aug 2022 09:33 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: WebCam
Type: Feature Request
2
Currently, the recording can be saved only to a file. Allow saving the recording into a Stream object hold in-memory.
Unplanned
Last Updated: 25 Mar 2020 12:03 by ADMIN
Add an event that allows you to get the current video frame from the camera device.
Unplanned
Last Updated: 12 Nov 2021 15:42 by ADMIN
Created by: Dinko
Comments: 0
Category: WebCam
Type: Feature Request
0
We can extend the API of the RadWebCam so that we can disable the flash of the currently running camera.
Unplanned
Last Updated: 17 Nov 2022 06:12 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: WebCam
Type: Feature Request
0
Add API like a Style or similar that allows customizing the appearance of the buttons (save, take snapshot, etc.) in the toolbar. For example, to change their icon, the tooltip, size, etc. 
Unplanned
Last Updated: 25 Aug 2023 13:40 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: WebCam
Type: Feature Request
0
Currently, if the camera supports zoom, you can control this using the CameraSettingsControl. However, there is no public API allows you to set the zoom programmatically.
Add a property or a method that can be used to manually change the zoom in code.