Abeocracy

Sep 25

GSOC meeting @ HSB

The coming Tuesday (29.09.09) there will be meeting of all the GSOC’ders in the Benelux. This meeting will be at the HSB in Brussels during TechTue25 (more info at HSB). There will be a lot of other people from outside of GSOC so you are always welcome if you would like to connect with technical minded people and share ideas.

PS Bring you GSOC-tshirt if it arives on time!

Sep 09

Belgium media and police still not entirely sure just how the internetz work...

I was quite shocked this morning when I read on deredactie.be about a terror alert aimed at a local school in the Belgium city “Mechelen”. A total of 333 police agents where dispatched, 9 arrest where made and there was even a helicopter circling the airspace in search of possible killers.

Only later this day I learned that the source of all this commotion, was a message posted on 4chan.org saying: “293 days to go until I strike at KTA Lyceum Mechelen, watch the news”.

That’s correct, 4chan the internet community famous for several internet memes like Rick’Roll, Chocolate Rain, the Sarah Palin email hack, spamming YouTube with porn, claiming Steve Job died of a heart attack, spamming the swastika symbol into Google Hot Trends, the Project Chanology, the pedo bear, threatening to bomb several football stadiums with dirty bombs, posting pictures of mock pipe bombs, and several other ‘joke’ threads.

Well on this 4chan someone threatens to harm a school almost 9 months after the posting the actual message on a site that could be considered the social dumpster of the internet. The only thing this overreaction the can ensure is just more jokes of 4chan….

Aug 04

I just added a comment system to my blog...

From now on you can post comment on this blog thank to the friendly people of Disqus. Adding Disqus to Tumblr (or any other bog system for that matter) is very simple, and I can’t recommend enough to anyone who wants to add comments to his/her blog.

PS The comment section’s layout is still a bit ugly, I will fix that later…

Jul 31

The color masks of the camera are working correctly now…

The color masks of the camera are working correctly now…

Jul 17

GSOC Midterm report

With the midterm evaluation behind us I thought it would be useful to post a update on the progress on the camera module for Mac OSX. The current version on github can read a frame from the camera and copy it to the surface. There is still something wrong with the colors, this has probably something to do with the masks in surf->format. I have tried out some combination but non seem to work, so if you have suggestion on how to get the colors write please post them on the pygame mailinglist.

I have thoroughly cleaned up the camera_mac.m file and have removed all Cocoa code because it caused to many problems. Only the mac_gworld_to_nsimage used Cocoa so I didn’t have to trow away too much code. The following functions are now available:

The PyCameraObject struct has altered a bit because I don’t use a ImageSequence anymore because it was easier to get the frame copy the frame directly instead of recording a frame into a sequence and then decompressing a frame out of it. In addition to removing the ImageSequence I make use of the ‘buffer struct’. Here is the current PyCameraObject struct:

typedef struct {
    PyObject_HEAD
    char* device_name;              // unique name of the device
    SeqGrabComponent component;     // A type used by the Sequence Grabber API
    SGChannel channel;              // Channel of the Sequence Grabber
    GWorldPtr gworld;               // Pointer to the struct that holds the
                                    // data of the captured image
    Rect boundsRect;                // bounds of the image frame
    long size;                      // size of the image in our buffer to draw
    short bytes;                    // number of bytes in gworld
    struct buffer pixels;           // pixels
} PyCameraObject;

A usual you can find the latest version on github.com/ab3 so if you would like to test the latest changes or would like to help with the color problem or the read_raw function, you are always welcome.

ToDo

Here is a list of thing I still have to do:

Conclusion

So this concludes my midterm report, feel free to post any bugs, comments and suggestions

This is a screenshot of the pygame camera module for Mac OSX at work. I was finally able to get the image from the camera onto the game surface.

PS The reason that I am blue is not because I am a night elf but because there is still something wrong with the color masks of the surface.

This is a screenshot of the pygame camera module for Mac OSX at work. I was finally able to get the image from the camera onto the game surface.

PS The reason that I am blue is not because I am a night elf but because there is still something wrong with the color masks of the surface.

Jun 22

GSOC Week 3-4

The past two weeks I was busy studying for my examinations, so I didn’t have much time to work on my GSOC project. However I was able to do a lot of work to get the PyCameraObject struct integrated in the existing code and implemented some additional functions.

Here is the definition of this struct, it isn’t completed yet because some “types” I would like to put into it cause compile errors.

PyCameraObject:

typedef struct {
    PyObject_HEAD
    char* device_name;              // unieke name of the device
    SeqGrabComponent component;     // A type used by the Sequence Grabber API
    SGChannel channel;              // Channel of the Sequence Grabber
    GWorldPtr gWorld;               // Pointer to the struct that holds the data of the captured image
    Rect boundsRect;                // bounds of the image frame
} PyCameraObject;

In addition of implementing the PyCameraObject struct, I have writen the folowing functions.

Schedule for this week

This week I am planning to finish the mac_start_capturing function so that I can capture images from my camera an put then in a SDL_Surface object. As usional you can folow my work on my github account.

Jun 01

GSOC Week 1

Hello,

Welcome to my weekly address to the PyGame Nation. This is the first of many entries about my work on the camera module for Mac OSX.

This week I have written the following ‘simple’ functions:

The remaining time I have spend on build problems and bugs :(

Schedule for next week

The coming week I will spend my time on defining and implementing a camera class specific to Mac OSX, because the existing class is to much intertwined with v4l. When I have done that I will be able to integrate the above functions into the python module.

As usual you can follow my progress on my github account

PS I still have to add a comment system to this blog, so if you would like to comment on something I suggest you do this on the pygame mailing list.

May 17

Those of you who where wondering what the explanation for the name of my blog is, will find the above comic very illuminating…

original comic.

Those of you who where wondering what the explanation for the name of my blog is, will find the above comic very illuminating…

original comic.

Hello, world!

Welcome to my new blog. I will use this blog as a way to keep the outside word updated on my work on porting the camera module of pygane to Mac OSX, as part of the GSOC 2009 project.

You can follow the progress on the camera module at my personal github account. For more information on pygame please visit the official site.

In addition to pygame related stuff, I will post on other programming related topics and random jokes

PS you will be able to visit this blog at abeocracy.be in the near future, when the DNS is updated…