Capturing a single image #50
Answered
by
olokobayusuf
alexandrefresnais
asked this question in
Q&A
-
Hi! I was wondering if there was an easy way to capture a single image with VideoKit. I would like my recorder to support both video recording and image recording. Is there any way to achieve this ? Thank you very much. Regards, |
Beta Was this translation helpful? Give feedback.
Answered by
olokobayusuf
Aug 24, 2023
Replies: 1 comment 3 replies
-
Hey @alexandrefresnais, for capturing screenshots I'd recommend using Unity's |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
olokobayusuf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @alexandrefresnais, for capturing screenshots I'd recommend using Unity's
ScreenCapture
API. You can use a JPEGMediaRecorder
from VideoKit, but it's intended for image sequences, not single images.