Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 43 |
Nodes: | 6 (0 / 6) |
Uptime: | 97:23:52 |
Calls: | 290 |
Files: | 904 |
Messages: | 76,468 |
Davey <davey@example.invalid> wrote:
I'm sort of lost here, any help welcome.
Have a look at USB adapters. SD video is not that high bit rate,
especially if the adapter is compressing. No idea of the marketplace, although I have a $7 composite video USB capture that's probably
awful. BNC is just composite video I think - do they power from there
or external power?
If you have a lot of USB devices consider extra USB PCIe cards, but 4
behind a USB 3 hub is probably ok.
Theo
After the recent problems with the ancient Ubuntu and Zoneminder installation, I thought about upgrading the PC, the old Dell is now 24
years old.
I have a new separate Swann system, but I cannot find how to extract
video from it, it likes Windows, not Linux.
When I initiate the Install procedure, it stops on a compiler
difference condition. I pate the relavant text:
The kernel was built by: x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0 You are using:
1: gcc-12: not found make[3]: ***
On 27/11/2024 15:11, Davey wrote:
When I initiate the Install procedure, it stops on a compiler
difference condition. I pate the relavant text:
I haven't built a linux driver for some years, now ... but I recall
the toolchain being quite fussy (with good reason) about the actual
versions of the individual tools. I have on occasion found that
building my own kernel was the easiest way to get everything
consistent (or it may just be that I didn't understand the process
well enough).
The kernel was built by: x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0 You are using:
That looks truncated ... it should tell you what version you are
using but that information is missing.
You can find out the actual version of gcc that you have installed by
typing
gcc --version
With a distro as old as Ubuntu 22.04 you may find that successive
updates have landed with a newer kernel (compiled using a newer
compiler than you have) or a newer compiler (than was used to compile
the kernel). Short of switching to a fresh distro with no updates
(which *should* be consistent) or building your own kernel and
drivers with the compiler you have I don't know a way to ensure
consistency.
1: gcc-12: not found make[3]: ***
That seems to be saying that the make tool isn't installed. The
easiest way to get the full toolchain installed is to install the
metapackage called "build-essential".
Thanks for confirming that what I am trying to do is pointless!