xcode

Cocoa Touch/Android/AS3 Developer wanted

Raconteur's picture

Hi gang,

We are looking for a diverse developer with EXCELLENT OO skills and knowledge, who has experience with Cocoa Touch, Objective-C, iPhone/iPad development. Would also be great if this person had solid experience with Java/Android and/or Flash/AS3.

TV UI experience is a big plus, but not necessary. Agile experience/adoption is also a plus, but not necessary.

Ability to fluidly switch between multiple projects, adapt to ever-changing requirements, and work with little to no supervision essential. Not that you would be sitting in isolation, but things move fast around here, and we need someone who, once he/she has gotten up to speed, can go off and execute tasks, with surety, quality, and reliability.

The gig is in downtown Burbank, CA with Technicolor. Please respond here and I will send you the submission information personally. Don't want to push our recruiter's email address into the Spam-O-Sphere (not that Kineme is part of that but you never know who is trolling the boards).

Cheers,

Chris

Building XCode applications with opencv plugin

tjro's picture

Hi,

I'm trying to embed a composition in an xcode project. The composition uses opencv plugin. I get the following error when trying to build with xcode 3.2.1/iMac i7:

2010-02-05 10:45:19.364 Quartz3[6520:a0f] *** <QCNodeManager | namespace = "com.apple.QuartzComposer" | 423 nodes>: Could not load bundle at path "/Library/Graphics/Quartz Composer Patches/OpenCV.plugin" (Error Domain=NSCocoaErrorDomain Code=3585 UserInfo=0x11433fca0 "The bundle “OpenCV” couldn’t be loaded because it doesn’t contain a version for the current architecture." (dlopen_preflight(/Library/Graphics/Quartz Composer Patches/OpenCV.plugin/Contents/MacOS/OpenCV): no suitable image found.  Did find:
   /Library/Graphics/Quartz Composer Patches/OpenCV.plugin/Contents/MacOS/OpenCV: no matching architecture in universal wrapper))
2010-02-05 10:45:19.389 Quartz3[6520:a0f] An uncaught exception was raised
2010-02-05 10:45:19.390 Quartz3[6520:a0f] Cannot create BOOL from object <QCPatch = 0x14613030 "(null)"> of class QCPatch
2010-02-05 10:45:19.391 Quartz3[6520:a0f] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Cannot create BOOL from object <QCPatch = 0x14613030 "(null)"> of class QCPatch'

How should I fix this?

How to get Image Data from a Composition?

gutsblow's picture

Hi,

Can anyone tell me or post a sample project on How to get raw image data from a Quartz Composition in Xcode? Like say, a huge array of pixels. Thank you!

How to make a screensaver from a quartz composition with a plugin

duarte's picture

Hi,

I have tried to make a screensaver in Quartz Composer that checks the load average value on your computer, and displays an image accordingly - a photograph of a toaster with a piece of toast in it, that gets more burnt as your load average increases.

To do this, I had to use an official plugin from apple, that is the Command Line Tool. I have attached both my composition and the plugin.

Dropping the .qtz file on the screensavers folder doesn't work, and i think this is because of the plugin. Do I have to make a mac screensaver plugin to be able to use this?

If so, how could I build that in xcode to bundle in the plugin and the composition? I have never used xcode before...

XML Downloader, how to retrieve xml node value?

mirek's picture

Hey there!

I've just written an iPhone web-server to share accelerometer values as xml:

From iPhone address http://192.168.32.4:50725/ I've got:

<?xml version="1.0"?>
<iphone>
  <acceletrometer x="-0.036337" y="0.072674" z="-0.981105"/>
</iphone>

This information is updated instantly, ie. every new request will return new values.

Anybody knows how to use XML Downloader patch to access/use x, y and z float values from xml?

Mirek Rusin http://mirekrusin.com