Here’s How You Can Monitor Your Home Remotely with FaceTime on iPhone 4 or iPod touch 4G [Guide]

I have just found this very useful guide and thought I should share it with you all. As the title suggests, you can now use FaceTime as a Surveillance System to monitor your home remotely whenever you are away from almost anywhere in the world.

FaceTime Home

The process involves setting up your Mac with FaceTime software installed in a way, that it automatically answers any incoming FaceTime call.

Simply follow the instructions posted below to set up FaceTime Surveillance System on your Mac.

NOTE: This guide assumes that your iPhone 4 or iPod touch 4G (using an email address that is different than your FaceTime on Mac) are already set-up for making FaceTime calls.

Step 1: Download and Install FaceTime for Mac from here.

Step 2: Now navigate to System Preferences –> Universal Access and check "Enable Access for Assistive Devices" as shown in the screenshot below.

FaceTime Surveillance System (4)

Step 3: Now start AppleScript Editor and copy the following code as shown in the screenshot below:

-- Facetime Auto Answer
-- Copyright ©2010 CornDog Computers
-- twitter: @CornDoggyRob

repeat
-- Check to see if Facetime is active
tell application "System Events" to set theCount to the count of (processes whose name is "Facetime")
if theCount = 0 then
do shell script "sleep 1"
else
tell application "FaceTime" to activate
do shell script "sleep 2"
tell application "FaceTime" to activate
tell application "System Events" to tell process "FaceTime"
if name of front window contains "with" then
do shell script "sleep 5"
else
tell application "System Events" to activate application "FaceTime"
keystroke return
do shell script "sleep 5"
-- Check to see if call is active
tell application "System Events" to tell process "FaceTime"
if name of front window contains "with" then
do shell script "sleep 5"
else
-- Quit Facetime if call is not active
tell application "FaceTime" to quit
do shell script "sleep 5"
end if
end tell
end if
end tell
end if
end repeat
end

FaceTime Surveillance System (1)

Step 4: Now save it as an application on desktop, and name it something like “FaceTime Surveillance” as seen in the screenshot below.

FaceTime Surveillance System (2)

Step 5: Now Start FaceTime for Mac and assign it any personal email address for FaceTime calls that others don’t know. This is important because with this script enabled, your Mac will automatically answer FaceTime calls. So it is important for you to activate an email address which is hard for others to guess.

Step 6: Now simply start this “FaceTime Surveillance” app saved on the desktop whenever you want your Mac to automatically answer your FaceTime calls.

FaceTime Surveillance System (3)

Step 7: You should now be able to monitor your home from anywhere remotely by simply calling your Mac from your iPhone 4 or iPod touch 4G.

FaceTime on iPhone 4

[Thanks to Dave for sending this in | via LifeHacker]

You may also like to check out:

You can follow me on Twitter or join our Facebook fanpage to keep yourself updated on all the latest from Microsoft, Google and Apple.