diff --git a/.gitignore b/.gitignore index c5eaa07..415a308 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ etc/AppDir etc/appimage-build *.AppImage* *.tar* -**/.DS_Store \ No newline at end of file +*.swp +**/.DS_Store diff --git a/test/test_pi_imx477_pipeline.sh b/test/test_pi_imx477_pipeline.sh new file mode 100755 index 0000000..8ad208b --- /dev/null +++ b/test/test_pi_imx477_pipeline.sh @@ -0,0 +1 @@ +gst-launch-1.0 libcamerasrc ! 'video/x-raw,width=1920,height=1080,framerate=30/1' ! videoconvert ! jpegenc ! image/jpeg ! appsink name=appsink0 max-buffers=1 diff --git a/test/test_pi_pipeline.sh b/test/test_pi_pipeline.sh new file mode 100755 index 0000000..8ad208b --- /dev/null +++ b/test/test_pi_pipeline.sh @@ -0,0 +1 @@ +gst-launch-1.0 libcamerasrc ! 'video/x-raw,width=1920,height=1080,framerate=30/1' ! videoconvert ! jpegenc ! image/jpeg ! appsink name=appsink0 max-buffers=1