Skip to content

Commit

Permalink
Temporary fix for stereo pi cameras on buster
Browse files Browse the repository at this point in the history
Due to a bug in newer Raspberry Pi firmware, stereo cameras don't work
at the moment. This is a temporary fix until the issue is resolved.

Raspbian bug: raspberrypi/firmware#1253
  • Loading branch information
steveatinfincia committed Mar 29, 2020
1 parent 9ed8640 commit 1498921
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wifibroadcast-scripts/tx_functions.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
function tx_function {
killall wbc_status > /dev/null 2>&1

if [[ "${OPENHD_VERSION}" == "buster" ]]; then
vcdbg set awb_mode 0
fi

if [ "$LTE" == "Y" ]; then
source lte_functions.sh
lte_function
Expand Down

0 comments on commit 1498921

Please sign in to comment.