Monthly Archives: April 2011

multisnapz – command line image capture from multiple VFW cameras

EDIT (20-11-2011) : Since posting this, I have created a new DirectShow command line image grabber called CommandCam, which I recommend you use instead of multisnapz. Get CommandCam here (binary download and source code available). I’ve just tried modifying the … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , | 6 Comments

Analog-to-PWM Conversion with the PIC18f4620

The main function below is reproduced with the kind permission of Robert Byrne who is using it in an Instrumentation project. His program is an adaptation of my PIC18F4620 template code that I posted recently, so to form a complete … Continue reading

Posted in PIC | Tagged , , , , , , , , , , | Leave a comment

A command line cam image grabber

EDIT (20-11-2011) : Since posting this, I have created a new DirectShow command line image grabber called CommandCam, which I recommend you use instead of this one. It’s also completely free. Get CommandCam here (binary download and source code available). … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , | 76 Comments

Template Code for the PIC18F4620

I’m writing a new template program for the PIC18F4620, for use in our RoboSumo module and other projects. The template program basically sets up a few frequently used features – e.g. digital inputs, digital outputs, analog inputs, serial communication, PWM … Continue reading

Posted in PIC | Tagged , , , , , , , , , | 4 Comments