From the category archives:

Uncategorized

I am doing a project about Mobile Robot Teleoperation which uses OpenCV for Computer Vision, but I always get error: libdc1394 error: Failed to initialize libdc1394

The reason is: There is no file /dev/raw1394 since the raw1394 driver is not loaded. So you need to insert that driver:

$ sudo modprobe raw1394

Check your permission access to that dev file:

$ ls -la /dev/raw1394

Click to continue…

VN:F [1.9.13_1145]
Rating: 9.3/10 (12 votes cast)

UART Lib for PIC18 in HTPIC18 compiler

May 23, 2009

I am a PIC programmer, so I would like to share this library I made before and hopy you can improve to make it better and to be perfect. This souces is made under PIC18 compiler. I have tested this lib under some chips and it works well. UART Library description and source 1. sysdef.h [...]

Read the full article →