I am using Astra S for developing facial expression tracking.
For doing this, I set configurations of Astra S as 320*240 @30fps.
However, whenever I used get_latest_frame() function in IR stream, the program was stuck.
Astra S cannot use 320*240 @30fps of Infrared camera configurations?
Similarly, can’t Astra S use 320*240 @60fps of Depth camera configurations?
You need to first stop the color stream and then start the IR stream. See the SimpleStreamViewer-SFML sample to see how to switch IR on and off. (Push I to switch to IR, then C to switch to color.) Astra SDK v0.5.0 is out and you may want to update.
Unfortunately, 60 fps mode is not supported by any current cameras.
I experiment the same isue with the ir reader. In the moment when i call the get lates frame, my code get stucked. i tried to start it without the rgb stream, onley calling the ir stream.