Edward Cherlin expands the vision of OLPC (video)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Edward Cherlin expands the vision of OLPC (video)
# 1  
Old 09-12-2008
Edward Cherlin expands the vision of OLPC (video)

09-12-2008 01:00 PM
You may know about One Laptop per Child (OLPC), Sugar, and the many projects inspired by this initiative. You may not know Edward Mokurai Cherlin or of his plans for OLPC: Education, economic development, global commerce, all in an environmentally friendly, fair-trade context -- plus ending poverty at a profit. All in less than 40 minutes of conversation.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

GigE Vision driver for VxWorks

Hello, has anybody implemented a driver for the GigE camera interface standard GigE Vision for VxWorks or knows where to aquire it? I have contacted all GigE Vision camera vendors, but most of them only have support for Windows and Linux and nobody does for VxWorks. Best regards, Anna (1 Reply)
Discussion started by: iq128
1 Replies

2. UNIX for Dummies Questions & Answers

for do done loop -- my vision blurs

Someone check my code and tell me why there's no output? I've been coding for 10 hours and I can't tell. I've stripped every command, and broken it down to just an echo. for FILENAME in `cat ${TMP_PATH}fxsol_ls.txt` do echo $FILENAME done (6 Replies)
Discussion started by: yongho
6 Replies
Login or Register to Ask a Question
XvStopVideo(3)                                                    libXv Functions                                                   XvStopVideo(3)

NAME
XvStopVideo - stop active video SYNOPSIS
#include <X11/extensions/Xvlib.h> int XvStopVideo(Display *dpy, XvPortID port, Drawable draw); ARGUMENTS
dpy Specifies the connection to the X server. port Specifies the port for which video is to be stopped. draw Specifies the drawable associated with the named port. DESCRIPTION
XvStopVideo(3) stops active video for the specified port and drawable. If the port is not processing video, or if it is processing video in a different drawable, the request is ignored. When video is stopped a XvVideoNotify(3) event with detail XvStopped is generated for the associated drawable. RETURN VALUES
[Success] Returned if XvStopVideo(3) completed successfully. [XvBadExtension] Returned if the Xv extension is unavailable. [XvBadAlloc] Returned if XvStopVideo(3) failed to allocate memory to process the request. DIAGNOSTICS
[XvBadPort] Generated if the requested port does not exist. [BadDrawable] Generated if the requested drawable does not exist. SEE ALSO
XvGetVideo(3), XvPutVideo(3), XvVideoNotify(3) X Version 11 libXv 1.0.7 XvStopVideo(3)