Software Archive
Read-only legacy content
17061 Discussions

How to get 1080p out of 3D Scan in C#

Gerardo_M_
Novice
531 Views

Hello, I have been playing around with the F200 and SDK since a couple of weeks. I can say that the results are very impressive, however I noticed that the max resolutions coming out from the sample codes is 540, however camera is able to give 1080p.

How can I get 1080p resolution for 3D scan ?

Thanks

 

0 Kudos
3 Replies
samontab
Valued Contributor II
531 Views

Colour camera can get you 1080p, but the depth camera has a maximum resolution of 640x480. So, you can't get 1080p for 3D (unless you interpolate the data).

0 Kudos
Gerardo_M_
Novice
531 Views

Hey thanks for your response, so, is there any tutorial I can follow to interpolate the data and get 1080p resolution, even more than 540p would be great.

 

Thanks

 

0 Kudos
samontab
Valued Contributor II
531 Views

You could do a simple linear interpolation yourself by just average the pixel values. If you need fancier interpolations you could use a library.

0 Kudos
Reply