Hello all,
I’m currently working with a JetRacer and I’m trying to record a video using its camera. I’m not sure of the best approach to achieve this and I’m facing issues with the initial attempts.
Hello all,
I’m currently working with a JetRacer and I’m trying to record a video using its camera. I’m not sure of the best approach to achieve this and I’m facing issues with the initial attempts.
hello zerdaoui.mohamedsalah,
may I know what’s the camera output format types.
you should also check $ v4l2-ctl -d /dev/video0 --list-formats-ext
to examine sensor formats.
here’s also a sample pipeline to save the video stream with h264.
$ gst-launch-1.0 nvarguscamerasrc sensor-id=0 num-buffers=300 ! 'video/x-raw(memory:NVMM), width=1280, height=720, framerate=30/1' ! nvtee ! omxh264enc bitrate=20000000 ! qtmux ! filesink location=video.mp4
Output mp4, I tried the pipeline its not working !
may I know the sensor format dumps. $ v4l2-ctl -d /dev/video0 --list-formats-ext
Hello, thank you very much. Now I’m searching for how to obtain the speed, position, and steering of the jet racer. How can I get this information, please?
hello zerdaoui.mohamedsalah,
please submit another new discussion thread since it’s not related to camera.