I recently installed an app on my iPod Touch 4th gen called iWebcamera
(4.99 CA$).
http://www.drahtwerk.biz/EN/Products/iPhone/iWebcamera.aspx
Basically, the app turn the iPhone or iPod into a real wireless
webcamera. So with iWebcamera on the iPod (and the appropriate driver
installed on a mac), you can have a wireless webcamera feed that could
be routed to video applications such as QuickTime, Modul8,
MaxMSP/Jitter, and so on. I've tried it with my MacBook and it's
working great and flawlessly.
Here is my question: is there any way to have the option to use this
set-up into QLab as a live wireless camera? I did route iWebcamera
with all those apps I mentionned (QuickTime, Modul8, MaxMSP/Jitter),
but I couldn't have found how to "see" the iWebcamera input (or
driver) in the QLab preferences pane. Insted, the only option I have
is the Built-in iSight camera. Does anybody know if there's a way to
have QLab and iWebcamera working together? Or maybe there is a better
solution to use an iPod/iPhone as a wireless camera routed into QLab?
Many thanks,
François
________________________________________________________
WHEN REPLYING, PLEASE QUOTE ONLY WHAT YOU NEED. Thanks!
Change your preferences or unsubscribe here:
http://lists.figure53.com/listinfo.cgi/qlab-figure53.com
Follow Figure 53 on Twitter here: http://twitter.com/Figure53
> Can I second this. I have several video input sources which i can use with Quicktime, but there doesn't seem to be a way to get QLab to recognise them.
Some people have had strange successes with other cameras, but as a general rule I like to call "FireWire DV" cameras the set of cameras that work with QLab's Camera cue. However, with a little Quartz Composer trickery, many other cameras can be used. In the QLab application package, in the Resources folder (control-click on the QLab application icon, and select "Show package contents"), you'll find a file called "video.qtz".
Copy that file somewhere else, and open it up in Quartz Composer. In Quartz, find the Core Image Filter patch, and disconnect its output. Leave it there, conveniently forgetting about it. Add a Video Input patch and connect it to the Image input where the CI Filter was connected. In the Settings of the Video Input patch, select your camera.
Create a movie file with pixel dimensions that match your camera's output, with a duration as long as you'll need to see the camera. This is a dummy movie file, so I tend to make a black image that lasts an hour, and encode with a temporal codec (I use H.264). It shouldn't be a very large file, and it doesn't matter what it looks like, since its output will be thrown away in Quartz, being replaced by the camera's output.
In QLab, add that dummy movie file as a Video cue, and apply your new camera quartz file as its custom renderer. Ta-da! Now you have a workaround camera cue that will work with other cameras than what the Camera cue can recognize.
luckydave
luck...@figure53.com
& how do we do the same thing for live audio:)
*
On Thu, March 31, 2011 6:16 am, luckydave wrote:
> In QLab, add that dummy movie file as a Video cue, and apply your new
> camera quartz file as its custom renderer. Ta-da! Now you have a
> workaround camera cue that will work with other cameras than what the
> Camera cue can recognize.
For example, I can route live audio into Spectra Foo with FW channels.
Any audio passing thru a MH box can be captured, routed & recorded (even
internally to the Mio Console). Maybe this same function but without the
recording part could be patched into Qlab via FW channels.
Maybe there is no "input" framework & so it's no possible.
A step in this direction might be a FW / DAW cue that lets another app
route audio thru Qlab.
Something along the lines of a sound flower cue but then adjusted to allow
for live input.
Maybe this is all way off & maybe there is already something in the works...
*
To expand on luckydave's discussion, a bit more background on why you see this:
Apple has two video input frameworks.
#1 is old, very hard to use, and has been deprecated by Apple. (Which means they can remove it from the operating system at any time they want.)
#2 is new, easier to use, and is what Apple tells developers to use from here on out.
#1 works with all cameras.
#2 does not.
Welcome to the joys of QuickTime.
-C
> maybe there is already something in the works...
This.
-C
Thanks Guys, keep up the fantastic work!
Cheers
Geoff Hollingshead
Head of Sound
Arts Club Theatre
Sent from my iPhone
------------------------------ IMPORTANT NOTICE ------------------------------
This email transmission and any accompanying attachments contain confidential
information intended only for the use of the individual or entity named above.
Any dissemination, distribution, copying or action taken in reliance on the
contents of this email by anyone other than the intended recipient is strictly
prohibited. If you have received this email in error please immediately delete
it and notify sender at the above email address.
------------------------------ IMPORTANT NOTICE ------------------------------
For the sake of reiterating, I don't advise actually changing the video.qtz file. If it were to be done with the camera input that I described, that would mean *every* video cue would now be a camera cue. Make a copy of the video.qtz file somewhere else, and then make changes. You shouldn't change anything in the actual QLab application package. The good thing is, if you do make that mistake, it's easily fixed by downloading the app again from our website and replacing the "broken" one.
Oh, and thank you for the kind words! :-)
Really, a big thanks to all of you who helped me today!
Cheers,
François
> [an excellent tutorial on creating a custom camera source]
Dave, this is golden. I have something coming up in a few weeks where I think I will need this. You're a star.
Regards,
Keith.
i followed these instructions step by step, but when i run the cue,
QLab hangs, the rotating ball appears, i have to force quit. And my
camera input is not showing in the video. I'm using iWebcamera (Frank,
did you succeed in making it work?), but it doesnit even selecting
isight in Video Input patch.
any idea?
mic
On 31 Mar 2011, 12:16, luckydave <luckyd...@figure53.com> wrote:
> On Mar 31, 2011, at 3:12 AM, Chris Mower wrote:
>
> > Can I second this. I have several video input sources which i can use with Quicktime, but there doesn't seem to be a way to get QLab to recognise them.
>
> Some people have had strange successes with other cameras, but as a general rule I like to call "FireWire DV" cameras the set of cameras that work with QLab'sCameracue. However, with a littleQuartzComposer trickery, many other cameras can be used. In the QLab application package, in the Resources folder (control-click on the QLab application icon, and select "Show package contents"), you'll find a file called "video.qtz".
>
> Copy that file somewhere else, and open it up inQuartzComposer. InQuartz, find the Core Image Filter patch, and disconnect its output. Leave it there, conveniently forgetting about it. Add a Video Input patch and connect it to the Image input where the CI Filter was connected. In the Settings of the Video Input patch, select yourcamera.
>
> Create a movie file with pixel dimensions that match yourcamera'soutput, with a duration as long as you'll need to see thecamera. This is a dummy movie file, so I tend to make a black image that lasts an hour, and encode with a temporal codec (I use H.264). It shouldn't be a very large file, and it doesn't matter what it looks like, since its output will be thrown away inQuartz, being replaced by thecamera'soutput.
>
> In QLab, add that dummy movie file as a Video cue, and apply your newcameraquartzfile as its custom renderer. Ta-da! Now you have a workaroundcameracue that will work with other cameras than what theCameracue can recognize.
>
> luckydave
> luckyd...@figure53.com
In Qlab, I've added a camera cue with the following settings:- Camera: 2 - QLab - Surface 1- Video Surface: Surface 1-- Screens assigned: Syphon
--
--
Change your preferences or unsubscribe here:
http://groups.google.com/group/qlab
Follow Figure 53 on Twitter: http://twitter.com/Figure53
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
--
--
Change your preferences or unsubscribe here:
http://groups.google.com/group/qlab
Follow Figure 53 on Twitter: http://twitter.com/Figure53
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/5330fab8-4536-4004-9e9e-ae581bd95bac%40googlegroups.com.
Macbook Pro Retina (mid-2012) with OS X El Capitan (10.11.3).
2.6 GHz Intel Core i7 Processor
8 GB 1600 MHz DDR3 Memory
NVIDIA GeForce GT 650M 1024 MB Videocard
grz.
Macbook Pro Retina (mid-2012) with OS X El Capitan (10.11.3) 15 inch.
2.6 GHz Intel Core i7 Processor
8 GB 1600 MHz DDR3 Memory
NVIDIA GeForce GT 650M 1024 MB Videocard
I think you should try it out and report back! :)
Macbook Pro Retina (mid-2012) with OS X El Capitan (10.11.3) 15 inch.
2.6 GHz Intel Core i7 Processor
8 GB 1600 MHz DDR3 Memory
NVIDIA GeForce GT 650M 1024 MB Videocard
Hello,I recently installed an app on my iPod Touch 4th gen called iWebcamera
(4.99 CA$).http://www.drahtwerk.biz/EN/Products/iPhone/iWebcamera.aspx
Basically, the app turn the iPhone or iPod into a real wireless
webcamera. So with iWebcamera on the iPod (and the appropriate driver
installed on a mac), you can have a wireless webcamera feed that could
be routed to video applications such as QuickTime, Modul8,
MaxMSP/Jitter, and so on. I've tried it with my MacBook and it's
working great and flawlessly.Here is my question: is there any way to have the option to use this
set-up into QLab as a live wireless camera? I did route iWebcamera
with all those apps I mentionned (QuickTime, Modul8, MaxMSP/Jitter),
but I couldn't have found how to "see" the iWebcamera input (or
driver) in the QLab preferences pane. Insted, the only option I have
is the Built-in iSight camera. Does anybody know if there's a way to
have QLab and iWebcamera working together? Or maybe there is a better
solution to use an iPod/iPhone as a wireless camera routed into QLab?Many thanks,
François
________________________________________________________
WHEN REPLYING, PLEASE QUOTE ONLY WHAT YOU NEED. Thanks!
Change your preferences or unsubscribe here:
http://lists.figure53.com/listinfo.cgi/qlab-figure53.com
Follow Figure 53 on Twitter here: http://twitter.com/Figure53