-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The tool rs-convert does not terminate its execution #3297
Comments
Probably I have found a work-around for my problem. if (frameset[0].get_frame_number() < frameNumber) { This condition is verified at the end of the file bag, and the program restart to get the first frame of the bag file. work-aroundThe work-around consists to continue playing the file bag and, after the frame number 1, read the frame number 2 and the frame number 3 too, but without write anything on the disk (this means that I don't call the function stbi_write_png()) Someone can explain this behavior? Thanks |
…te its execution
@YangJiao1996, yes, should be solved and part of a release in a day or two. |
Thank you very much now all it works. |
Hi frankfalse, Glad to know that fix from dorodnic works for you. Thanks! |
Issue Description
I use the tool rs-convert to get png files from a bag file.
But every times I start the program it doesn't terminate. I launch the program from a terminal in Ubuntu 16.04, so to terminate it, I must press the combination of keys Ctrl-C.
I add a screenshot which shows the execution end of the tool. In this case, it extracts frames from the bag file called: 20190220_145430_880.bag.
The screenshot shows that rs-convert extract 45 frame from the bag file:
On the bottom-left of the screenshot it's visible the blinking cursor.
To close the application I need to press Ctrl+C.
I need to use the code of the rs-convert tool to create an analog application which extract png files from a bag files.
So I can't accept that the execution of this application doesn't terminate!
Someone have the same problem or can help me about this trouble?
Thank you
Frank
The text was updated successfully, but these errors were encountered: