Home
last modified time | relevance | path

Searched refs:SetImageSize (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Camera/
DHostCamera.cs98 public void SetImageSize(int width, int height) in SetImageSize() method in Antmicro.Renode.HostInterfaces.Camera.HostCamera
100 var result = VideoCapturer.SetImageSize(width, height); in SetImageSize()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DArduCAMMini2MPPlus.cs201 ec.SetImageSize((int)sensor.OutputWidth, (int)sensor.OutputHeight); in DefineRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DVideoCapturer.cs109 public static Tuple<int, int> SetImageSize(int width, int height) in SetImageSize() method in Antmicro.Renode.VideoCapturer