capture images from device only one image for f455
Yu-Chern Peh @... After compiling the f455 camera on linux, I was able to run it as in the picture below.
From the options seen in the picture, "c to capture image from device." Can only one image be saved when clicked?
I would be very happy if you could help me with this subject.
-
Official comment
Hello, there currently is no way to capture a single image. We will submit this feature request to the engineering team.
Please describe the use case for this feature so we can give engineering as much info as possible.
Sincerely,
Jesus G.
Intel Customer SupportComment actions -
Hello,
Thanks for the information. I will submit it to engineering as a feature request. As with all feature requests, I cannot comment on if or when it will be implemented.
Second answer: You can take the individual frames from the preview dump and display them however you want without using the StartPreview API. You can create your own window and display images captured from the preview.
-
Hello,
The capability to capture a single image already exists. You can implement an OnPreviewImageReady callback as described in Preview.h.
This is demonstrated in Preview.cc.
Sincerely,
Jesus G.
Intel Customer Support -
@... Thank you for your answer,
After compiling according to the command "cmake .. -DRSID_PREVIEW=1 -DRSID_SAMPLES=1", the executable files in the picture below were created in the "bin" folder.
When I tried the "preview-cpp-sample" example of these, it took 30sec.
It received frames but did not save the frames anywhere. The sample output is as follows.
How can I run this for a single frame and save the frame? -
Hello,
The code is open source so you can modify and compile it as you see fit.
Sincerely,
Jesus G.
Intel Customer Support
Please sign in to leave a comment.
Comments
6 comments