Skip to content

Problem reading images via #6376

Closed Answered by saurabheights
OtavioPalamoni asked this question in Q&A
Discussion options

You must be logged in to vote

@OtavioPalamoni Your image is named .png but it has jpeg format. Open3d doesnt have functionality to check image metadata, it uses extension to use the appropriate decoder which is why it failed to decode image.

Furthermore, since image read failed, it returned a 0x0 size color image which didnt match depth image size.

See below how I noticed and verified using file and convert:-


Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@OtavioPalamoni
Comment options

@saurabheights
Comment options

@OtavioPalamoni
Comment options

@saurabheights
Comment options

Answer selected by OtavioPalamoni
@OtavioPalamoni
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants