Skip to content

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

Merged
yuokamoto merged 1 commit intoUE5.2from
depth_update
Feb 24, 2025
Merged

feat: support actual depth image with 32FC1 datatype (#349)#352
yuokamoto merged 1 commit intoUE5.2from
depth_update

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