-
patch for 1.2 released
download and decompress gtkglext 1.2.0
download and decompress patch
go to gtkglext folder and patch with "patch -p1"
./configure --target-quartz.
2009-08-25 09:47:41 UTC in GtkGLExt
-
makefiles and autoconfigure files patches are created
pixmap implemented
many bugs.
2009-05-20 21:24:34 UTC in GtkGLExt
-
This is simple implementation for Mac Os X
The "simple" test application works.
Archive includes xcode project uses Gtk.framework. I was unable to create proper configure.ac and Makefile.am files
xcode project needs to be build
ln -s /System/Library/Frameworks/OpenGL.framework/Headers GL
There is no configuration and pixmap implementation yet.
2009-04-10 16:18:40 UTC in GtkGLExt
-
Now VGA resolution reached but at very slow rate about 3 fps
There is operate mode with compression but I cant find any documentation or sources
File Added: etoms_vga.diff.
2008-06-09 13:19:24 UTC in macam - USB webcam driver for Mac OS X
-
I have two identical cameras VF0400
The component gives different names for them such as
macam #1: Creative.....
macam #2: Creative.....
but then either I select first or second the image comes from only one camera
I have make patch for camera naming nameForID: in MyCameraCentral.m and now it works (with and without "macam #" addition in QTVideoDigitizer.m )
May be nameForID...
2008-06-07 08:37:36 UTC in macam - USB webcam driver for Mac OS X
-
I have only two cameras of this type (Webcam NoteBook and Live Cam Notebook Pro) but they both have this bug
then I set compression=3 quality remains the same as at 1 but the rate increase (may be it valid with only this cameras)
So I make patch with checking camera type. May be it would better to make new subclass for them but the fix is very small
File Added: creative_compression.diff.
2008-06-07 08:06:16 UTC in macam - USB webcam driver for Mac OS X
-
There are some camera capabilities used:
flip and mirror
rotation sensor (autoflip) with register monitor timer
brightness and contrast registers fixed
hub compatibility delays reduced.
2008-06-06 18:24:24 UTC in macam - USB webcam driver for Mac OS X
-
File Added: MainMenu.nib.tgz.
2008-06-05 16:05:29 UTC in macam - USB webcam driver for Mac OS X
-
Yes it works properly but I forgot one file : DriverLocalizable.strings
it is in utf-8
and may be some grammatical errors I miss
I hope other russian users will help
File Added: DriverLocalizable.strings.
2008-06-05 10:50:12 UTC in macam - USB webcam driver for Mac OS X
-
After some experiments there is new patch
Now it possible to change fps 5 - 10 by selecting compression 1 or 3 (3 makes better picture quality then 2)
Also one patch to GenericDriver.m . It makes possible to plug this (and may be some other cameras) to the hub. It just ignores one more usb error. Camera sometimes blinking in hub but it works
File Added: creative.tgz.
2008-06-05 10:28:44 UTC in macam - USB webcam driver for Mac OS X