Andrea updated Videoscope; a few other fixes
[goodguy/cin-manual-latex.git] / parts / Developer.tex
index c61067f6fbe785b91d6a4dba635ee79ad5efe01a..5ab309b8a246130d011a6d64cfe5c846e14a3512 100644 (file)
@@ -381,6 +381,7 @@ capabilities. The second is that cmake 3.5.1 is required for OpenCV 4.2.
      \item Workaround already in use by \CGG{} - using 3.4.1 for older distros and 4.2 for newer
      \item Your workaround - upgrade cmake to 3.5.1 for upgrade to 4.2; add non-free to the
 compile; and use binaries that you do not know what they contain since no source code to compile.
+Look into opencv4/opencv2/core/types.hpp:711;27
 \end{description}
 
 \textbf{webp}
@@ -399,6 +400,14 @@ compile; and use binaries that you do not know what they contain since no source
      \item Your workaround - upgrade on those systems to cmake 3.5
 \end{description}
 
+\textbf{x10tv}
+\begin{description}[noitemsep]
+     \item Status - this is the x10 TV remote control
+     \item Problem - INPUT\_PROP\_POINTING\_STICK not defined error on older distros
+     \item Workaround already in use by \CGG{} - leaving out of Ubuntu14, Ubuntu, Centos7
+     \item Your workaround - look into /usr/include/linux/input-event-codes.h
+\end{description}
+
 \textbf{libvpx}
 \begin{description}[noitemsep]
      \item Status - currently at version 1.8.1
@@ -509,9 +518,15 @@ Key in: \qquad \texttt{prof2}
 
 Key in: \qquad \texttt{make clean all install}
 
-Later, if you wanttitle to remove this from the system,
+Because \textit{smap} may have to be found in the system if \textit{How to use} below does not work, you will have to do the following:
+\newline
+\newline
+Key in: \qquad \texttt{cp -a smap /usr/local/bin}
 
-key in: \qquad \texttt{make uninstall}
+
+Later, if you want to remove this from the system,
+
+Key in: \qquad \texttt{make uninstall}
 
 \subsection{How to use}
 \label{sub:how_to_use}
@@ -624,5 +639,6 @@ $\dots$\\
 \textbf{10.200t 0.001u+0.000s 21.566r  47.3\%}\\
 \textit{--- profile end ---}
 
-The summary line above in Bold represents the User time, System time, Real time and the percentage is how much Timer time elapsed over Real time so in this case the measurement covers 47.3\% of time.\\
+The summary line above in Bold represents the User time, System time, Real time and the percentage is how much Timer time elapsed over Real time so in this case the measurement covers 47.3\% of time.
+
 So why use a Profiler? Because it is the ``ls'' for executable functions!!