Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Very choppy camera when attached to another actor that is moving (quickly?) #508

Open
xkamronx opened this issue May 17, 2024 · 6 comments

Comments

@xkamronx
Copy link

xkamronx commented May 17, 2024

I have passengers attaching to another player's vehicle. The C++ camera setup is brutal when trying to do this.

Here is a comparison to a default camera setup with a springarm compared to the ALS camera, both of these are recorded as the passenger in the same network conditions:

Camera.lag.in.vehicle.mp4

Any ideas would be greatly appreciated to fix this issue. I tried changing around the settings in the camera DA but didn't seem to change anything.

When in first person, it also isn't choppy at all. Just looking for a way to clean this up and make it usable in third person.

@ameaninglessname
Copy link
Contributor

Make sure the velocity of your vehicle is smoothing enough.

You can try to disable the camera offset lag, and see if the issue pressie.

@xkamronx
Copy link
Author

Make sure the velocity of your vehicle is smoothing enough.

You can try to disable the camera offset lag, and see if the issue pressie.

I don't believe the issue is really with the vehicle at all; as the default camera (shown in video) doesn't have any chop whatsoever in the exact same scenario. I'll try disabling the lag.

@ameaninglessname
Copy link
Contributor

Make sure the velocity of your vehicle is smoothing enough.
You can try to disable the camera offset lag, and see if the issue pressie.

I don't believe the issue is really with the vehicle at all; as the default camera (shown in video) doesn't have any chop whatsoever in the exact same scenario. I'll try disabling the lag.

Or you could enable the lag on the spring arm, just helping digging into the issue.

@xkamronx
Copy link
Author

Make sure the velocity of your vehicle is smoothing enough.
You can try to disable the camera offset lag, and see if the issue pressie.

I don't believe the issue is really with the vehicle at all; as the default camera (shown in video) doesn't have any chop whatsoever in the exact same scenario. I'll try disabling the lag.

Or you could enable the lag on the spring arm, just helping digging into the issue.

There's no springarm on the ALS C++ camera but I guess enabling lag on the testing springarm might help diagnose.

@Sixze
Copy link
Owner

Sixze commented Aug 17, 2024

I'm not sure if it's the camera's fault because in the video, if you look closely, you can see that relative to the world the camera moves smoothly and it's more of likely the car is lagging. Maybe you could provide some reproduction steps or an example project where I could look at this issue in more detail?

@xkamronx
Copy link
Author

I'm not sure if it's the camera's fault because in the video, if you look closely, you can see that relative to the world the camera moves smoothly and it's more of likely the car is lagging. Maybe you could provide some reproduction steps or an example project where I could look at this issue in more detail?

In the video, the left side is the same setup but with the static camera. Not really positive since the car itself doesn't lag when the ALS camera is disabled, will try a few other things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants