Search found 9 matches

by pbramel
Mon Jun 12, 2017 7:06 pm
Forum: Development
Topic: Photo booth app
Replies: 27
Views: 53485

Re: Photo booth app

pbramel wrote: Tue Jun 06, 2017 3:31 pm I'm working on getting the photo booth app working again. It looks like most the issues will be fairly easy to fix.
A set of changes have been checked in to correct two problems: a null reference at startup and printing problem. Please give it a try and report your results.
by pbramel
Tue Jun 06, 2017 3:31 pm
Forum: Development
Topic: Photo booth app
Replies: 27
Views: 53485

Re: Photo booth app

I'm working on getting the photo booth app working again. It looks like most the issues will be fairly easy to fix.
by pbramel
Sat Jun 07, 2014 7:42 pm
Forum: Feature requests
Topic: PHOTOBOOTH
Replies: 4
Views: 5633

Adding a new card format

<t>I wrote the original code but haven't looked at it almost a year. I attempted to design the application so that it would be fairly easy to add new card formats. In the PhotoBooth project, look in the Cards folder. For each type of card you will see 3 files.A layout that will present the captured ...
by pbramel
Thu Sep 26, 2013 2:16 am
Forum: General discussion
Topic: Source code availability
Replies: 3
Views: 4542

Managed C++

If you can't compile your C++ directly to managed code, you could create a mixed-mode intermediate assembly. Your native app calls the native portion of the intermediate assembly which calls the existing managed code functionality.
by pbramel
Sun Jul 21, 2013 9:55 pm
Forum: Development
Topic: Photo booth app
Replies: 27
Views: 53485

Support for card templates add

<t>I checked in some changes that add support for different card formats. There are now three formats:<br/> the original 2x2 card; a card with 3 small with 1 photos; and a card with a single photo mirrored 3 additional times into a 2x2 grid.<br/> <br/> The ability to change the output to black and w...
by pbramel
Sun Jun 30, 2013 12:22 am
Forum: Development
Topic: Photo booth app
Replies: 27
Views: 53485

Source code

Here is what I have. I apologize - its pretty rough.
by pbramel
Mon Jun 24, 2013 2:43 am
Forum: Development
Topic: Photo booth app
Replies: 27
Views: 53485

I'll try to get the code

I'll try to get the code cleaned up this week and send you a zip.
by pbramel
Sun Jun 23, 2013 7:17 pm
Forum: Development
Topic: Photo booth app
Replies: 27
Views: 53485

It needs some cleanup before

It needs some cleanup before its ready for checkin. Do you want me to check it in or send you a zip?
by pbramel
Sat Jun 22, 2013 11:43 pm
Forum: Development
Topic: Photo booth app
Replies: 27
Views: 53485

Photo booth app

I've created a simple photo booth application built on top of the digiCamControl code. Is there any interest in including this with the main distribution?