IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label Picture. Show all posts
Showing posts with label Picture. Show all posts

Thursday, February 21, 2013

Does anyone know how I might be able to access picture frame in IOS 6 while in Guided Access mode..?

Does anyone know how I might be able to access Picture Frame while being in Guided Access mode..?


View the original article here

Does anyone know how I might be able to access picture frame in IOS 6 while in Guided Access mode..?

Does anyone know how I might be able to access Picture Frame while being in Guided Access mode..?


View the original article here

Wednesday, January 9, 2013

Scripting "Take Picture..."

I am trying to set up a script that will take a picture with a USB connected camera in the other room.

 

I am using Accessibility Inspector and UI scripting it since Image Capture does not have an AppleScript library. 

 

Currently this is my script

 

tell application "System Events"

      tell process "Image Capture"

             tell menu bar 1

                                        tell menu bar item "File"

                                                  tell menu 1

                                                            click button "Take Picture..."

                                                  end tell

                                        end tell

                              end tell

                    end tell

          end tell

 

 

which returns "System Events got an error: Can’t get button "Take Picture..." of menu 1 of menu bar item "File" of menu bar 1 of process "Image Capture".

 

What is weird is that i can plug in "Window" for "File" and "Zoom" for "Take Picture..." and it works perfectly.

I have tried 5 different buttons and they all work with this identical script, but Take Picture will not work. 


View the original article here

Tuesday, January 8, 2013

Re: Scripting "Take Picture..."

If you're doing this to play around wiht GUI scripting in Applescript fine, if you are more interested in the end result check out Automators Take Picture and Take Video Snapshot actions.


View the original article here

Re: Scripting "Take Picture..."

If you're doing this to play around wiht GUI scripting in Applescript fine, if you are more interested in the end result check out Automators Take Picture and Take Video Snapshot actions.


View the original article here

Monday, January 7, 2013

Re: Scripting "Take Picture..."

If you're doing this to play around wiht GUI scripting in Applescript fine, if you are more interested in the end result check out Automators Take Picture and Take Video Snapshot actions.


View the original article here

Scripting "Take Picture..."

I am trying to set up a script that will take a picture with a USB connected camera in the other room.

 

I am using Accessibility Inspector and UI scripting it since Image Capture does not have an AppleScript library. 

 

Currently this is my script

 

tell application "System Events"

      tell process "Image Capture"

             tell menu bar 1

                                        tell menu bar item "File"

                                                  tell menu 1

                                                            click button "Take Picture..."

                                                  end tell

                                        end tell

                              end tell

                    end tell

          end tell

 

 

which returns "System Events got an error: Can’t get button "Take Picture..." of menu 1 of menu bar item "File" of menu bar 1 of process "Image Capture".

 

What is weird is that i can plug in "Window" for "File" and "Zoom" for "Take Picture..." and it works perfectly.

I have tried 5 different buttons and they all work with this identical script, but Take Picture will not work. 


View the original article here

Re: Scripting "Take Picture..."

If you're doing this to play around wiht GUI scripting in Applescript fine, if you are more interested in the end result check out Automators Take Picture and Take Video Snapshot actions.


View the original article here