|
This application is not affiliated with id Software LLC or Axis Communications AB. Please read and respect the LICENSE to ensure compliance. UNOFFICIAL APP Requires "Allow unsigned apps" to be enabled on the device. |
|
This application is not actively maintained. It may not work on all devices or firmware versions. Requires AXIS OS firmware version 11.11.220 or later, and is validated up to AXIS OS 13. |
A port of the classic DOOM engine originally developed by id Software LLC, adapted for Axis network cameras.
Runs on devices based on ARTPEC-7, ARTPEC-8, or newer ARTPEC SoCs.
Refer to your device manual to determine your platform.
This application is intended to be built on a Linux or macOS system.
A container runtime (such as Docker) and Make must be installed before proceeding.
make containersetupThis may take some time, as all required dependencies are built during this step.
Tip
If you want to use e.g. Podman as your container runtime:
CONTAINER_RUNTIME=podman make containersetup
Please read the WAD File section below.
For ARTPEC-7 devices:
make armv7hfFor ARTPEC-8 devices:
make aarch64This may take some time, as both the application binary and the web UI are built.
Run setuptarget.sh to create credentials.json (requires jq to be installed)
Set the device IP and credentials in credentials.json and:
source setuptarget.sh && make installOtherwise, go to the device web interface at:
http://<YOUR_DEVICE_IP>/camera/index.html#/appsand select Add app
Upload the correct .eap file to the device to install it.
Open the app website and press the START button.
WAD (which, according to the Doom Bible, is an acronym for "Where's All the Data?")
is the file format used by Doom and all Doom-engine-based games for storing data.
The WAD file used in ACAP Doom is the shareware version of Doom (doom1.wad, version 1.9, SHA-256 1d7d43be501e67d927e415e0b8f3e29c3bf33075e859721816f652a526cac771).
doom1.wad will automatically be downloaded when running make containersetup
When building the ACAP package, it will be copied to the project directory.
|
The user is responsible for ensuring they have the legal right to use any WAD file deployed with this application. WAD SHOULD BE PLACED IN THE SAME DIRECTORY AS THIS README FILE |
The ACAP package is assembled from the project metadata in manifest.json and the acap-build
command in the Docker packaging script, which attaches doom1.wad, dropin_service.service,
libwebsockets, and sndserver to the final app bundle. \
More about doom1.wad here: https://doomwiki.org/wiki/DOOM1.WAD
Place your WAD file in the following directory on the device:
/usr/local/packages/acap_doomor, on AXIS OS 13.1 and newer:
/opt/apps/acap_doomNote: Not all WAD files have been tested.
Check available build commands and helpers:
make helpTo just build the application binary for current arch:
# Will build with debug symbols:
FINAL=n make build
# Deploy debug binary to target:
FINAL=n make deployBuild and deploy the web code (requires Node.js and Yarn to be installed):
make web
# Deploy the ACAP web to target:
make deploywebTrace logs on current sourced target device (requires Python with paramiko and scp):
make logA: AXIS Camera Application Platform: An open application platform for software-based solutions built around Axis devices. More info here.
A: Controls only work within the ACAP Doom webpage.
A: There are a few steps you can take to improve the responsiveness of your game input:
- Try turning off other running ACAP applications.
- Reload the video stream or the application UI.
- Lower the stream resolution.
- Ensure you are on the same network as your device for optimal performance.
A: Only tested on a limited set of ARTPEC-7 and ARTPEC-8 devices.
A: Tested on latest stable versions of Chrome and Firefox. Other browsers are unverified.
A: You will need either sign the ACAP package or enable unsigned ACAP
packages (no longer an option with AXIS OS 13 unless using a developer mode device) on the Apps page:
Allow unsigned apps
Also ensure that the application matches the device architecture.
A: You need to plug speakers or headphones to the audio output jack of your device.
A: Music support has not been implemented yet.
A: Yes, it currently only works on devices based on ARTPEC-7 or newer ARTPEC SoCs.
A: This project is primarily a technical experiment demonstrating what is possible with the ACAP SDK.
|
All assets, libraries, and tools are the properties of their respective owners. DOOM is a registered trademark of id Software LLC. |
- id Software DOOM: https://github.com/id-Software/DOOM
- Doom wallpaper: https://www.wallpaperflare.com/doom-wallpaper-doom-2016-video-games-doom-game-crowd-wallpaper-pbidr
- Doom logo: https://logos.fandom.com/wiki/Doom_(1993_video_game)
- Doom font: https://www.dafont.com/doom.font
- Doom cursors: http://www.rw-designer.com/cursor-set/doom-1
- Libwebsockets: https://libwebsockets.org/
- PipeWire: https://pipewire.org/
- React: https://react.dev/
- Material UI: https://mui.com/


