Skip to main content
calmchessplayer
Inspiring
March 16, 2010
Answered

explicitly turn off camera

  • March 16, 2010
  • 1 reply
  • 662 views

How do i tell a camera ....to shut off using actionscript?

    This topic has been closed for replies.
    Correct answer

    Disconnecting it from any publishing stream [netstream.attachCamera(null)] and nulling the reference to the camera should do the trick.

    1 reply

    Correct answer
    March 17, 2010

    Disconnecting it from any publishing stream [netstream.attachCamera(null)] and nulling the reference to the camera should do the trick.