Hello All,
I’m trying to work with body tracking. I have the newest Astra SDK.
It’s working for other applications but when I try to run SimpleBodyViewer-SFML or ColorizedBodyViewer-SFML, it shows only a BLACK screen and nothing else.
I’m encountering the same issue with the latest AstraSDK-v2.0.14-8dd7d5344a-20181210T213031Z-Ubuntu1604.tar.gz in Linux.
All other samples work, but the body tracking one shows a black screen.
Even the output of the BodyReaderPoll sample is empty. It seems that astra_reader_open_frame returns with timeout error.
Any suggestions to solve this would be appreciated.
The BodyTracking plugin requires libpng12. If it cannot be loaded it fails silently unless the log level is raised in astra.toml. Installing libpng12 solves the issue for me.
Hi gaborpapp,I am sorry to bother you but I just met the same problem as you.I am using astra pro on ubuntu 18.04.I ran the Bodyreaderpoll sample,however,I cannot get any output even errors.
So I followed your advice and installed libpng12-dev.But it cant help.Could you please give me some advice on this?Do I need to link libpng12.so to any libs?
looking forward to your reply! Thank you.