Skip to content

Commit

Permalink
this exposes the mirroring functions(X,Y) for the flir cameras as a p…
Browse files Browse the repository at this point in the history
…roperty.
  • Loading branch information
edyoshikun committed Apr 10, 2024
1 parent cd24fa7 commit 673c06a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DeviceAdapters/Spinnaker/SpinnakerCamera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,8 @@ int SpinnakerCamera::Initialize()
CreatePropertyFromFloat("Gamma", m_cam->Gamma, &SpinnakerCamera::OnGamma);
CreatePropertyFromFloat("Black Level", m_cam->BlackLevel, &SpinnakerCamera::OnBlackLevel);
CreatePropertyFromEnum("Black Level Auto", m_cam->BlackLevelAuto, &SpinnakerCamera::OnBlackLevelAuto);
CreatePropertyFromBool("Reverse X", m_cam->ReverseX, &SpinnakerCamera::OnReverseX);
CreatePropertyFromBool("Reverse Y", m_cam->ReverseY, &SpinnakerCamera::OnReverseY);

try
{
Expand Down

0 comments on commit 673c06a

Please sign in to comment.