Skip to content

Tags: raspberrypi/rpicam-apps

Tags

v1.5.3

Toggle v1.5.3's commit message
build: Update release version to v1.5.3

Signed-off-by: Naushir Patuck <[email protected]>

v1.5.2

Toggle v1.5.2's commit message
build: Update release version to v1.5.2

Signed-off-by: Naushir Patuck <[email protected]>

v1.5.1

Toggle v1.5.1's commit message
build: Update release version to v1.5.1

Signed-off-by: Naushir Patuck <[email protected]>

v0.3

Toggle v0.3's commit message
imx500: Use the new network firmware control to set the network

v0.2

Toggle v0.2's commit message
Rename *.fpk *.rpk

v0.1

Toggle v0.1's commit message
Alpha release

v1.5.0

Toggle v1.5.0's commit message
build: Update release version to v1.5.0

Signed-off-by: Naushir Patuck <[email protected]>

v1.4.4

Toggle v1.4.4's commit message
build: Update release version to v1.4.4

Signed-off-by: Naushir Patuck <[email protected]>

v1.4.3

Toggle v1.4.3's commit message
build: Update release version to v1.4.2

Signed-off-by: Naushir Patuck <[email protected]>

v1.4.2

Toggle v1.4.2's commit message
encoder: output: Fix bug where network output was not routed through …

…libav on Pi 5

If the --codec libav option is not set, and a network stream output is
specified, the NetOutput class will be initialised together with libav
and fail to work on a Pi 5.

Fix this by ensuring if we are going to use libav, do not initialise the
NetOutput class, and allow libav to handle the network output.

Signed-off-by: Naushir Patuck <[email protected]>