Skip to content
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

How to use iPhone's different back cameras (WideAngle/Telephoto/UltraWide) for the capture while publishing the video? #223

Open
gabanivishal opened this issue Oct 15, 2024 · 1 comment

Comments

@gabanivishal
Copy link

gabanivishal commented Oct 15, 2024

I am using the video sdk for video chat for iOS Devices.

I was trying to find a method to use various iPhone's back cameras (WideAngle/Telephoto/UltraWide) while publishing the video. I do not find any method in which I can specify the camera and use it for video capture. It will be very helpful if someone can point to correct method/documentation.

@Kaww
Copy link

Kaww commented Dec 13, 2024

I had the same issue and I've found out you can do that by implementing yourself the OTVideoCapture for the OTPublisher, but you have to code it all by yourself... Have fun!
Example -> https://github.com/opentok/opentok-ios-sdk-samples-swift/blob/main/Custom-Video-Driver/Lets-Build-OTPublisher/ExampleVideoCapture.swift

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants