Compare commits
No commits in common. "0ee9005885e4a124a6f345214bba35e9b4bdd41f" and "7ee4eb093035d5992c6db52a15678328f7b93ae4" have entirely different histories.
0ee9005885
...
7ee4eb0930
@ -58,13 +58,13 @@ utilise un thread d'écoute qui appelle des
|
||||
\textsl{callbacks} préalablement "accrochés",
|
||||
\textsl{hooked} en vrai langue.
|
||||
|
||||
\lstinputlisting[language=c]{code/OSC/listen-osc.c}
|
||||
\lstinputlisting[language=c]{code/listen-osc.c}
|
||||
|
||||
\textbf{Envoyer :}
|
||||
|
||||
Cette partie là est beaucoup plus simple.
|
||||
|
||||
\lstinputlisting[language=c]{code/OSC/send-osc.c}
|
||||
\lstinputlisting[language=c]{code/send-osc.c}
|
||||
|
||||
J'avoue ne pas encore savoir ce que veut bien dire la
|
||||
valeur de retour.
|
||||
@ -99,7 +99,6 @@ Beaucoup d'autres logiciels peuvent être controlés par OSC, ou
|
||||
générer des trames OSC : on peut citer
|
||||
Processing\index{processing},
|
||||
Chuck\index{Chuck} (page \pageref{chuck-osc}),
|
||||
Puredata\index{puredata}
|
||||
\dots
|
||||
|
||||
% ================================================================
|
||||
|
@ -43,21 +43,6 @@ Il faut certainement passer par une suite d'appels
|
||||
\texttt{ioctl}\index{ioctl} après ouverture du device,
|
||||
mais la documentation est difficile à \textsl{greper}.
|
||||
|
||||
% --------------------------------------------------------------------
|
||||
% nouveau : Tue Sep 3 11:14:13 UTC 2024
|
||||
|
||||
\section{libwebcam} \index{libwebcam}
|
||||
|
||||
\begin{quote}
|
||||
The Webcam Library libwebcam is designed to simplify
|
||||
the development of webcam applications, primarily on Linux but
|
||||
with an option to be ported to other platforms, in particular
|
||||
Solaris. It realizes part of what the unwritten Video4Linux user
|
||||
space library was always supposed to be: an easy to use library
|
||||
that shields its users from many of the difficulties and problems
|
||||
of using the V4L2 API directly.
|
||||
\end{quote}
|
||||
|
||||
% --------------------------------------------------------------------
|
||||
|
||||
\section{GameBoy camera}
|
||||
@ -96,6 +81,7 @@ fonctionne et le rendu ressemble.
|
||||
\index{vgrabbj}
|
||||
|
||||
|
||||
|
||||
D'après la manpage :
|
||||
« \textit{
|
||||
vgrabbj is a program that will grab images from any v4l-capable device
|
||||
|
@ -126,7 +126,6 @@ Your mileage may vary, film at 11\dots
|
||||
|
||||
\input{chap/video}
|
||||
\input{chap/graphisme}
|
||||
\input{chap/dessin} % nouveau 5 septembre 2024
|
||||
\input{chap/gnuplot}
|
||||
\input{chap/print}
|
||||
\input{chap/webcam}
|
||||
|
Loading…
Reference in New Issue
Block a user