Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS: Can you record without displaying video?

Tags:

ios

isight

Simple question but the keywords involved made Googling fruitless.

I'm just curious if the back camera on an iOS device can be recording/streaming video while the display is used for something other than a viewfinder.

like image 448
Dan Avatar asked Nov 15 '25 06:11

Dan


1 Answers

The answer is absolutely.

You can hide your capture/video view as the other answer suggests, but assuming that you already have permission to use video (and/or audio if it's an AV stream), you can do whatever you want.

Granted, I'd stick to "don't be evil" as your shtick, as one of the important, but purposefully vague app store submission guidelines is simply "they know something is wrong when they see it."

See my answer here for a very related question & answer.

like image 145
greymouser Avatar answered Nov 17 '25 21:11

greymouser