Bordertown Labs Blog

Notes from Bordertown Labs with posts regarding software development for the iPhone, Ruby on Rails, tips and code.

» Contact with inquiries.


Visualize your geodata in augmented reality with 3DAR by Spot Metrix.


Posts tagged "video"

Nov 23rd, 2010 @ 3:49 pm

Hey, What’s That? A Map Hack (via GoogleTechTalks)




Comments (View)

 


 

Aug 8th, 2010 @ 11:56 am

Steve Jobs at WWDC 2010 demonstrating the iPhone 4’s new 3 axis gyroscope (via CNETTV)




Comments (View)

 


 

Jul 2nd, 2010 @ 2:51 pm

Developer Forums: MPMoviePlayer seems to play the audio but no video.

The MPMoviePlayerController was changed (since OS 3.2). It now contains a ‘view’ property that you must add to your view hierarchy, don’t forget to set the frame size as well. EDIT: Sorry, that was a bit premature. Here’s how I play movies on the iPhone now.

if ([UIViewController instancesRespondToSelector:@selector(presentMoviePlayerViewControllerAnimated:)]) 
{
    // >= SDK 3.2
    MPMoviePlayerViewController *movieVC = // init
    ...
    [someController presentMoviePlayerViewControllerAnimated:movieVC];
}
else
{
    // pre SDK 3.2
    MPMoviePlayerController *moviePlayer = // init
    ...
    [moviePlayer play];
}




Comments (View)

 


 

May 17th, 2010 @ 9:25 pm

Red Dead Redemption Gameplay Introduction Trailer [HD] (via machinima)




Comments (View)

 


 

Jan 27th, 2010 @ 12:37 pm

Spatial Computing Concept Video for Shopping « Games Alfresco

Phedhex uses hand gestures to show how we can use augmented reality to purchase furniture in our homes and verify it for decor and size. The idea has been around with smartphone apps from Metaio, but Phedhex supersizes the idea and gives us a glimpse into an immersive version we’d see with a HMD.




Comments (View)

 


 

@ 12:22 pm

Augmented (hyper)Reality: Domestic Robocop




Comments (View)

 


 

Archive · RSS · Theme by Autumn