Search found 4 matches

by chbla
Sun Oct 31, 2021 8:31 pm
Forum: Cameras and video capture modules
Topic: Saving high quality 3D video on linux with gst-launch?
Replies: 6
Views: 9683

Re: Saving high quality 3D video on linux with gst-launch?

Thanks a lot for the help! I've rebooted, and the exposure settings seem to work again. However, the changes are very small only. The problem is, I'm using a case (of a robot like vehicle) with a semi transparent mirror glass for protection, a kind of lidar look. It's from an old smart mirror. I pre...
by chbla
Fri Oct 29, 2021 11:29 am
Forum: Cameras and video capture modules
Topic: Saving high quality 3D video on linux with gst-launch?
Replies: 6
Views: 9683

Re: Saving high quality 3D video on linux with gst-launch?

Another thing I noticed: If the light is getting darker in the room, the camera doesn't adjust. I tried closing the blinds while turning the light on, and the image is almost dark. Exposure settings don't seem to have any effects?
by chbla
Fri Oct 29, 2021 10:06 am
Forum: Cameras and video capture modules
Topic: Saving high quality 3D video on linux with gst-launch?
Replies: 6
Views: 9683

Re: Saving high quality 3D video on linux with gst-launch?

Hi, and thanks for the detailed answer! What I figured out in the meantime is the -e flag for gstreamer, I can save the video like this: gst-launch-1.0 -e udpsrc port=3000 ! h264parse ! queue ! mp4mux ! filesink location=out.mp4 My goal is to record high quality video in 3D, save it, and later view ...
by chbla
Thu Oct 28, 2021 10:18 pm
Forum: Cameras and video capture modules
Topic: Saving high quality 3D video on linux with gst-launch?
Replies: 6
Views: 9683

Saving high quality 3D video on linux with gst-launch?

Hi there, I've got a StereoPi V2 camera kit and I want to save high quality 3D video. I figured it's best to stream it via UDP and use gst-launch on the remote (linux) machine. To view the stream I use: gst-launch-1.0 -v udpsrc port=3000 buffer-size=300000 ! h264parse ! avdec_h264 ! autovideosink sy...