SimpleDepthViewer-SFML (Astra Embedded S)

Hi,

we recieved the new Astra Embedded S, but we have problems with the depth information.
The SimpleDepthViewer-SFML example of the SDK only gives us a flickering image of the depth.
The DepthReaderPoll example also gives us alot of strange values (we look at a static scene). The output is always like that:
“depth frameIndex: 357 value: 0
depth frameIndex: 358 value: 0
depth frameIndex: 359 value: 254
depth frameIndex: 360 value: 0
depth frameIndex: 361 value: 0
depth frameIndex: 362 value: 211
depth frameIndex: 363 value: 0
depth frameIndex: 364 value: 0
depth frameIndex: 365 value: 0
depth frameIndex: 366 value: 0
depth frameIndex: 367 value: 0
depth frameIndex: 368 value: 0
depth frameIndex: 369 value: 0
depth frameIndex: 370 value: 0
depth frameIndex: 371 value: 0
depth frameIndex: 372 value: 0
depth frameIndex: 373 value: 0
depth frameIndex: 374 value: 0
depth frameIndex: 375 value: 0
depth frameIndex: 376 value: 0
depth frameIndex: 377 value: 212
depth frameIndex: 378 value: 0
depth frameIndex: 379 value: 0
depth frameIndex: 380 value: 0
depth frameIndex: 381 value: 0
depth frameIndex: 382 value: 311
depth frameIndex: 383 value: 0”

It looks like we are receiving alot of zero frames?

I have tested it with several PCs with Windows and Ubuntu. always the same problem.
What could i test?

Regards,
Patric

I found the solution…

the configured resolution of 640x480 is not supported…
Change it to 640x400 or 1280x800

1 Like

How did you change it?