IntelRealSense / RealSenseID

Intel® RealSense™ ID SDK
https://intelrealsense.com/facial-authentication/
Apache License 2.0
98 stars 56 forks source link

How to capture image and save it to disk by RSID F450? #133

Open trunggn opened 2 years ago

trunggn commented 2 years ago

How to capture image and save it to disk by RSID F450?

RealSenseSupport commented 2 years ago

You can save the image in the preview callback. https://github.com/IntelRealSense/RealSenseID/blob/master/samples/cpp/preview.cc#L14

trunggn commented 2 years ago

Do you have the source code in C# language?

Thanks!

RealSenseSupport commented 2 years ago

Sure. https://github.com/IntelRealSense/RealSenseID/blob/master/tools/rsid-viewer/MainWindow.xaml.cs#L1162