mirror of
https://github.com/thead-yocto-mirror/csi_hal
synced 2026-06-21 17:02:25 +02:00
4 lines
138 B
Bash
Executable File
4 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
# To watch log output, use: tail -f /tmp/debug_camera_demo3.log
|
|
stdbuf -oL ./camera_demo3 >> /tmp/debug_camera_demo3.log 2>&1
|