You are viewing our Forum Archives. To view or take place in current topics click here.
HP 2300 HD Webcam mirrored image? +REP
Posted:
HP 2300 HD Webcam mirrored image? +REPPosted:
Status: Offline
Joined: Jan 11, 201311Year Member
Posts: 717
Reputation Power: 28
I brought a new webcam and the live image seems to be mirrored and nothing in the software setting to flip it back. Could anyone help me out with this?
Below is the code from the CaptureVideoSettings, is there a code that can flip/mirror the live image?
Thanks
Below is the code from the CaptureVideoSettings, is there a code that can flip/mirror the live image?
<?xml version="1.0" encoding="utf-8"?>
<VideoCapture>
<Settings>
<General>
<BackGround>Images\background.png</BackGround>
<Caption>Images\Caption.png</Caption>
<Logo>Images\hplogo.png</Logo>
<Icon_Settings>Images\Settings_normal.png</Icon_Settings>
<Icon_RecordVideo>Images\Recording_normal.png</Icon_RecordVideo>
<Icon_StopRecording>Images\StopRecording_normal.png</Icon_StopRecording>
<Icon_SnapShot>Images\snapshot_normal.png</Icon_SnapShot>
<Icon_BurstImage>Images\burst_normal.png</Icon_BurstImage>
</General>
<Burst>
<BurstImage_Count>4</BurstImage_Count>
<Burst_Delay>1</Burst_Delay>
</Burst>
<SnapShot>
<StillImage_TargetPath>C:\Users\Gianluca\Pictures</StillImage_TargetPath>
</SnapShot>
<FBCreadentials>
<FBUserName></FBUserName>
<FBPassword></FBPassword>
</FBCreadentials>
<CurrentDevice>
<Webcam_Name>HP Webcam HD 2300</Webcam_Name>
<Audiodevice_Name>Microphone (HP Webcam HD 2300)</Audiodevice_Name>
</CurrentDevice>
<Record_Video>
<Video_TargetPath>C:\Users\Gianluca\Videos</Video_TargetPath>
<Video_Duration>1</Video_Duration>
<Video_PreSet>1</Video_PreSet>
<Resolution>1280 X 720</Resolution>
<VideoFormat>AVI</VideoFormat>
<Compression>0</Compression>
</Record_Video>
</Settings>
</VideoCapture>
<VideoCapture>
<Settings>
<General>
<BackGround>Images\background.png</BackGround>
<Caption>Images\Caption.png</Caption>
<Logo>Images\hplogo.png</Logo>
<Icon_Settings>Images\Settings_normal.png</Icon_Settings>
<Icon_RecordVideo>Images\Recording_normal.png</Icon_RecordVideo>
<Icon_StopRecording>Images\StopRecording_normal.png</Icon_StopRecording>
<Icon_SnapShot>Images\snapshot_normal.png</Icon_SnapShot>
<Icon_BurstImage>Images\burst_normal.png</Icon_BurstImage>
</General>
<Burst>
<BurstImage_Count>4</BurstImage_Count>
<Burst_Delay>1</Burst_Delay>
</Burst>
<SnapShot>
<StillImage_TargetPath>C:\Users\Gianluca\Pictures</StillImage_TargetPath>
</SnapShot>
<FBCreadentials>
<FBUserName></FBUserName>
<FBPassword></FBPassword>
</FBCreadentials>
<CurrentDevice>
<Webcam_Name>HP Webcam HD 2300</Webcam_Name>
<Audiodevice_Name>Microphone (HP Webcam HD 2300)</Audiodevice_Name>
</CurrentDevice>
<Record_Video>
<Video_TargetPath>C:\Users\Gianluca\Videos</Video_TargetPath>
<Video_Duration>1</Video_Duration>
<Video_PreSet>1</Video_PreSet>
<Resolution>1280 X 720</Resolution>
<VideoFormat>AVI</VideoFormat>
<Compression>0</Compression>
</Record_Video>
</Settings>
</VideoCapture>
Thanks
#2. Posted:
Status: Offline
Joined: Aug 16, 201212Year Member
Posts: 1,892
Reputation Power: 4314
Status: Offline
Joined: Aug 16, 201212Year Member
Posts: 1,892
Reputation Power: 4314
You are viewing our Forum Archives. To view or take place in current topics click here.