Re: whackedtv changes
Re: whackedtv changes
- Subject: Re: whackedtv changes
- From: "douglas a. welton" <email@hidden>
- Date: Tue, 31 Jan 2006 16:09:37 -0500
re: flipped
You have several alternatives:
1) You can flip the view with a NSAffineTransform
2) You can flip the video using the Core Image Affine Transform filter
3) You can flip the movie using QuickTime matrixs
re: no title bar
Read the NSWindows documentation. Pay close attention to the
initialization methods and the StyleMask (particularly
NSBorderlessWindowMask)
On Jan 31, 2006, at 3:35 PM, Tony Barnhill wrote:
yes, flipped horizontally so that the video preview shows a
"mirror" instead of seeing what the camera sees
on the window, how do I tell it to use no title bar?
thanks for your help!
On 1/31/06, douglas a. welton <email@hidden> wrote:
Tony,
re: flipped
What do you mean by flipped? Are you looking for a mirror image or
some degree of rotation?
re: borderless window
The preview movie is a view inside a regular NSWindow. For some
unknown-to-me reason, the person who wrote WhackedTV instantiates the
NSWindow in code, instead of using a NIB. All you need to do is find
that section of code, set the window characteristics to your taste
and... voila!
later,
douglas
On Jan 31, 2006, at 2:49 PM, Tony Barnhill wrote:
> Hello,
>
> I'm trying to take the cocoa whackedtv sample and add a few
> features but I
> don't know if it's all possible.
>
> I would like for the video (from isight on intel imac) to be
> flipped on the
> preview but not flipped in what is captured. Is this possible?
>
> I would like to "applescript" enable a few things. I would like to
> pass the
> filename of what to save the movie as through applescript. Also I
> want to
> tell the app when to record and when to stop via applescript.
>
> My last question is, is there a way to make the video preview
> window have no
> border/titlebar whatsoever? Just a completely borderless window?
> And if so,
> can I set this window to be "always on top".
>
> Thanks for your help!
>
> Tony
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden