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

feat: support actual depth image with 32FC1 datatype (#349) #352

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

yuokamoto
Copy link
Contributor

  • Add separate processing for RGB and Depth camera types with specific capture source and image properties.
  • Introduce new data structures to handle RGB and Depth surface contexts.
  • Adjust pixel format and data handling based on camera type, including custom encoding and image data initialization.
  • Improve conditions for processing captured data by ensuring proper checks are in place for RGB and Depth data retrieval.
  • Add a Depth array to FRenderRequest struct to store depth information.
  • Remove obsolete comments and redundant code sections to improve readability and maintainability.

- Add separate processing for RGB and Depth camera types with specific capture source and image properties.
- Introduce new data structures to handle RGB and Depth surface contexts.
- Adjust pixel format and data handling based on camera type, including custom encoding and image data initialization.
- Improve conditions for processing captured data by ensuring proper checks are in place for RGB and Depth data retrieval.
- Add a `Depth` array to `FRenderRequest` struct to store depth information.
- Remove obsolete comments and redundant code sections to improve readability and maintainability.
@yuokamoto yuokamoto merged commit 3dea23f into UE5.2 Feb 24, 2025
@yuokamoto yuokamoto deleted the depth_update branch February 24, 2025 06:32
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

Successfully merging this pull request may close these issues.

2 participants