You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the FileReader Module, it does not use frame metadata that we set to create the data frame but instead uses the original size of the file to create the frame. This can be problematic in cases where we need some extra buffer space than the original file's size.
To Reproduce
Steps to reproduce the behavior:
Create a frame metadata with explicit frame size like use RawImageFrameMetadata with explicit step size.
Send it to external module and check the data size of the frame, it will be the original size of the file instead of the size you would expect after setting the metadata.
Expected behavior
We should be able to set frame metadata to the frame in the FileReader Module.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS]
Version [e.g. chrome, safari]
Cuda Version [e.g. 22]
Architecture [e.g. x86_64, arm64]
Additional context
Add any other context about the problem here.
Would you like to work on the issue?
Please state if this issue should be assigned to you or who you think could help to solve this issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
In the FileReader Module, it does not use frame metadata that we set to create the data frame but instead uses the original size of the file to create the frame. This can be problematic in cases where we need some extra buffer space than the original file's size.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
We should be able to set frame metadata to the frame in the FileReader Module.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
Would you like to work on the issue?
Please state if this issue should be assigned to you or who you think could help to solve this issue.
The text was updated successfully, but these errors were encountered: