Skip to content

Commit

Permalink
Focal length set to match with original PIPCamera
Browse files Browse the repository at this point in the history
  • Loading branch information
ppueyor committed Dec 16, 2021
1 parent 7bf9586 commit 84a370b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unreal/Plugins/AirSim/Source/PIPCamera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ std::string APIPCamera::getCurrentFieldOfView()

void APIPCamera::copyCameraSettingsToAllSceneCapture(UCameraComponent* camera)
{
int image_count = static_cast<int>(Utils::toNumeric(ImageType::Count));
int image_count = static_cast<int>(Utils::toNumeric(ImageType::Count));
for (int image_type = image_count - 1; image_type >= 0; image_type--) {
if (image_type >= 0) { //scene capture components
copyCameraSettingsToSceneCapture(camera_, captures_[image_type]);
Expand Down

0 comments on commit 84a370b

Please sign in to comment.