piemonte / PBJVision

📸 iOS Media Capture – features touch-to-record video, slow motion, and photography
MIT License
1.93k stars 324 forks source link

How capture slow-mo with PBJVision ? #334

Closed Briahas closed 2 years ago

Briahas commented 7 years ago

How capture slow-mo with PBJVision ?

Briahas commented 7 years ago

any info?

jayendra462 commented 4 years ago

@Briahas can you get anything ?? related to slow motion ??

jayendra462 commented 4 years ago

i need your help for capturing slow motion video. using PBJVision

ar-labs-tech commented 4 years ago

Need help for capturing slow-motion video using PBJVision can I have a sample code for that. because I didn't get anything. I'm set video framerate 120fps.

videoFrameRate = 120

_currentDevice.activeVideoMinFrameDuration = fps; _currentDevice.activeVideoMaxFrameDuration = fps;

when I save the video and play it normally. Can you help me @piemonte to send sample demo for slow-motion video. FYI : my device is supported 120 and 240 fps.

Thanks in advance.