quic / sample-apps-for-robotics-platforms

Other
121 stars 50 forks source link

Gst Streamer applications. #63

Closed dac31415 closed 9 months ago

dac31415 commented 2 years ago

Hello,

How can I open/display the isp camera or gui (Gstreamer applications) while using LU image? I followed thundercomm guide to have LU desktop version (gnome) so I had to dissble Weston Client.

mayur-mk commented 2 years ago

Hi @dac31415,

You can run weston.sh for display output. You won't need to disable Weston client. for isp camera display output you can run the following script https://github.com/quic/sample-apps-for-Qualcomm-Robotics-RB5-platform/blob/master/gst-python-samples/Gstreamer-Applications/gst_camera/ispcam_display.py or https://github.com/quic/sample-apps-for-Qualcomm-Robotics-RB5-platform/blob/master/Gstreamer-Applications/gst_camera/ispcam_display.c

Once you run the above script you can able to see the isp camera output on your screen.

Thanks & regards, Mayur

quic-sbudha commented 9 months ago

Hi @dac31415

You can execute the below commands to display ispcam ./weston.sh python sample-apps-for-robotics-platforms/RB5/linux_kernel_4_x/GStreamer-apps/python/gst_camera/ispcam_display.py 0

Thanks, Sumith