Hello! I now have an 8000 * 6000 camera.
I want to know Can I use the 8000 * 6000 camera on the Jetson TX2?
I tried to run this 8000 * 6000 camera with GStreamer, but there was no image display.
Hello! I now have an 8000 * 6000 camera.
I want to know Can I use the 8000 * 6000 camera on the Jetson TX2?
I tried to run this 8000 * 6000 camera with GStreamer, but there was no image display.
ok! Thank you!
excuse me, If I want to use an 8000 * 6000 pixel camera on Jetson, what’s the suggestion?
I think you can try usb or pcie interface.
Thank you for your prompt reply. I will try to these methods.
@ShaneCCC
Excuse me, I have a problem and need your help.
I tried to use the 4000 * 3000 onboard camera on the Jetson TX2.
When I used the GStreamer command to turn on the camera, there were a lot of errors.
nvidia@nvidia-desktop:~/$ gst-launch-1.0 --gst-debug-level=4 nvarguscamerasrc sensor-mode=3 sensor-id=0 ! 'video/x-raw(memory:NVMM), width=(int)4000, height=(int)3000, format=(string)NV12, framerate=(fraction)24/1' ! nvv4l2h265enc ! h265parse ! qtmux ! filesink location=test_h265.mp4 -e
0:00:00.000871776 26646 0x55accf40c0 INFO GST_INIT gstmessage.c:127:_priv_gst_message_initialize: init messages
0:00:00.002149729 26646 0x55accf40c0 INFO GST_INIT gstcontext.c:84:_priv_gst_context_initialize: init contexts
0:00:00.002687842 26646 0x55accf40c0 INFO GST_PLUGIN_LOADING gstplugin.c:317:_priv_gst_plugin_initialize: registering 0 static plugins
0:00:00.002924514 26646 0x55accf40c0 INFO GST_PLUGIN_LOADING gstplugin.c:225:gst_plugin_register_static: registered static plugin "staticelements"
0:00:00.002961570 26646 0x55accf40c0 INFO GST_PLUGIN_LOADING gstplugin.c:227:gst_plugin_register_static: added static plugin "staticelements", result: 1
0:00:00.003015138 26646 0x55accf40c0 INFO GST_REGISTRY gstregistry.c:1727:ensure_current_registry: reading registry cache: /home/nvidia/.cache/gstreamer-1.0/registry.aarch64.bin
0:00:00.034531229 26646 0x55accf40c0 INFO GST_REGISTRY gstregistrybinary.c:621:priv_gst_registry_binary_read_cache: loaded /home/nvidia/.cache/gstreamer-1.0/registry.aarch64.bin in 0.031453 seconds
0:00:00.034638973 26646 0x55accf40c0 INFO GST_REGISTRY gstregistry.c:1583:scan_and_update_registry: Validating plugins from registry cache: /home/nvidia/.cache/gstreamer-1.0/registry.aarch64.bin
0:00:00.039480929 26646 0x55accf40c0 INFO GST_REGISTRY gstregistry.c:1685:scan_and_update_registry: Registry cache has not changed
0:00:00.039517857 26646 0x55accf40c0 INFO GST_REGISTRY gstregistry.c:1762:ensure_current_registry: registry reading and updating done, result = 1
0:00:00.039536257 26646 0x55accf40c0 INFO GST_INIT gst.c:807:init_post: GLib runtime version: 2.56.4
0:00:00.039554145 26646 0x55accf40c0 INFO GST_INIT gst.c:809:init_post: GLib headers version: 2.56.4
0:00:00.039566753 26646 0x55accf40c0 INFO GST_INIT gst.c:810:init_post: initialized GStreamer successfully
0:00:00.039634370 26646 0x55accf40c0 INFO GST_PIPELINE gstparse.c:337:gst_parse_launch_full: parsing pipeline description 'nvarguscamerasrc sensor-mode=3 sensor-id=0 ! video/x-raw(memory:NVMM),\ width=(int)4000,\ height=(int)3000,\ format=(string)NV12,\ framerate=(fraction)24/1 ! nvv4l2h265enc ! h265parse ! qtmux ! filesink location=test_h265.mp4 '
0:00:00.077589442 26646 0x55accf40c0 INFO GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvarguscamerasrc.so" loaded
0:00:00.077642050 26646 0x55accf40c0 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "nvarguscamerasrc"
0:00:00.078175075 26646 0x55accf40c0 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseSrc@0x55acf98d50> adding pad 'src'
0:00:00.081718022 26646 0x55accf40c0 INFO GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvvideo4linux2.so" loaded
0:00:00.081754822 26646 0x55accf40c0 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "nvv4l2h265enc"
0:00:00.082168934 26646 0x55accf40c0 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstVideoEncoder@0x55acfa51e0> adding pad 'sink'
0:00:00.082209382 26646 0x55accf40c0 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstVideoEncoder@0x55acfa51e0> adding pad 'src'
0:00:00.084822312 26646 0x55accf40c0 INFO GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstvideoparsersbad.so" loaded
0:00:00.084864072 26646 0x55accf40c0 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "h265parse"
0:00:00.085096328 26646 0x55accf40c0 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseParse@0x55acfaafc0> adding pad 'sink'
0:00:00.085136361 26646 0x55accf40c0 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseParse@0x55acfaafc0> adding pad 'src'
0:00:00.085190249 26646 0x55accf40c0 INFO baseparse gstbaseparse.c:3961:gst_base_parse_set_pts_interpolation:<GstH265Parse@0x55acfaafc0> PTS interpolation: no
0:00:00.087639051 26646 0x55accf40c0 INFO GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstisomp4.so" loaded
0:00:00.087677643 26646 0x55accf40c0 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "qtmux"
0:00:00.087985579 26646 0x55accf40c0 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstQTMux@0x55acfb8000> adding pad 'src'
0:00:00.089258668 26646 0x55accf40c0 INFO GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstcoreelements.so" loaded
0:00:00.089308844 26646 0x55accf40c0 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "filesink"
0:00:00.089769100 26646 0x55accf40c0 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseSink@0x55acfc1ff0> adding pad 'sink'
0:00:00.089901517 26646 0x55accf40c0 INFO filesink gstfilesink.c:294:gst_file_sink_set_location:<filesink0> filename : test_h265.mp4
0:00:00.089922349 26646 0x55accf40c0 INFO filesink gstfilesink.c:295:gst_file_sink_set_location:<filesink0> uri : file:///home/nvidia/Downloads/imx586_driver/raw-image/test_h265.mp4
0:00:00.089951917 26646 0x55accf40c0 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "pipeline"
0:00:00.090774029 26646 0x55accf40c0 INFO GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstNvArgusCameraSrc named nvarguscamerasrc0 to some pad of nvv4l2h265enc named nvv4l2h265enc0 (0/0) with caps "video/x-raw(memory:NVMM), width=(int)4000, height=(int)3000, format=(string)NV12, framerate=(fraction)24/1"
0:00:00.090805933 26646 0x55accf40c0 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "capsfilter"
0:00:00.090999758 26646 0x55accf40c0 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseTransform@0x55acfc8140> adding pad 'sink'
0:00:00.091036366 26646 0x55accf40c0 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseTransform@0x55acfc8140> adding pad 'src'
0:00:00.091292014 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2089:gst_bin_get_state_func:<pipeline0> getting state
0:00:00.091332942 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<capsfilter0> completed state change to NULL
0:00:00.091363406 26646 0x55accf40c0 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.091393070 26646 0x55accf40c0 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element nvarguscamerasrc0:(any) to element capsfilter0:sink
0:00:00.091413582 26646 0x55accf40c0 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad capsfilter0:sink
0:00:00.091432654 26646 0x55accf40c0 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: nvarguscamerasrc0 and capsfilter0 in same bin, no need for ghost pads
0:00:00.091651918 26646 0x55accf40c0 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link nvarguscamerasrc0:src and capsfilter0:sink
0:00:00.091684750 26646 0x55accf40c0 INFO GST_PADS gstpad.c:4232:gst_pad_peer_query:<capsfilter0:src> pad has no peer
0:00:00.091722254 26646 0x55accf40c0 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked nvarguscamerasrc0:src and capsfilter0:sink, successful
0:00:00.091738382 26646 0x55accf40c0 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.091753774 26646 0x55accf40c0 INFO GST_EVENT gstpad.c:5808:gst_pad_send_event_unchecked:<nvarguscamerasrc0:src> Received event on flushing pad. Discarding
0:00:00.091784334 26646 0x55accf40c0 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element capsfilter0:src to element nvv4l2h265enc0:(any)
0:00:00.091804750 26646 0x55accf40c0 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad capsfilter0:src
0:00:00.091827182 26646 0x55accf40c0 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link capsfilter0:src and nvv4l2h265enc0:sink
0:00:00.091866350 26646 0x55accf40c0 INFO GST_PADS gstpad.c:4232:gst_pad_peer_query:<nvv4l2h265enc0:src> pad has no peer
0:00:00.091920558 26646 0x55accf40c0 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: capsfilter0 and nvv4l2h265enc0 in same bin, no need for ghost pads
0:00:00.091946958 26646 0x55accf40c0 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link capsfilter0:src and nvv4l2h265enc0:sink
0:00:00.091980174 26646 0x55accf40c0 INFO GST_PADS gstpad.c:4232:gst_pad_peer_query:<nvv4l2h265enc0:src> pad has no peer
0:00:00.092018670 26646 0x55accf40c0 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked capsfilter0:src and nvv4l2h265enc0:sink, successful
0:00:00.092033742 26646 0x55accf40c0 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.092258671 26646 0x55accf40c0 INFO GST_EVENT gstpad.c:5808:gst_pad_send_event_unchecked:<capsfilter0:src> Received event on flushing pad. Discarding
0:00:00.092317839 26646 0x55accf40c0 INFO GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of nvv4l2h265enc named nvv4l2h265enc0 to some pad of GstH265Parse named h265parse0 (0/0) with caps "(NULL)"
0:00:00.092339055 26646 0x55accf40c0 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element nvv4l2h265enc0:(any) to element h265parse0:(any)
0:00:00.092360751 26646 0x55accf40c0 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link nvv4l2h265enc0:src and h265parse0:sink
0:00:00.092398639 26646 0x55accf40c0 INFO GST_PADS gstpad.c:4232:gst_pad_peer_query:<h265parse0:src> pad has no peer
0:00:00.092425935 26646 0x55accf40c0 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: nvv4l2h265enc0 and h265parse0 in same bin, no need for ghost pads
0:00:00.092449615 26646 0x55accf40c0 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link nvv4l2h265enc0:src and h265parse0:sink
0:00:00.092471087 26646 0x55accf40c0 INFO GST_PADS gstpad.c:4232:gst_pad_peer_query:<h265parse0:src> pad has no peer
0:00:00.092496335 26646 0x55accf40c0 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked nvv4l2h265enc0:src and h265parse0:sink, successful
0:00:00.092510607 26646 0x55accf40c0 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.092525391 26646 0x55accf40c0 INFO GST_EVENT gstpad.c:5808:gst_pad_send_event_unchecked:<nvv4l2h265enc0:src> Received event on flushing pad. Discarding
0:00:00.092557263 26646 0x55accf40c0 INFO GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstH265Parse named h265parse0 to some pad of GstQTMux named qtmux0 (0/0) with caps "(NULL)"
0:00:00.092575983 26646 0x55accf40c0 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element h265parse0:(any) to element qtmux0:(any)
0:00:00.092678895 26646 0x55accf40c0 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<qtmux0> adding pad 'video_0'
0:00:00.092709071 26646 0x55accf40c0 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: h265parse0 and qtmux0 in same bin, no need for ghost pads
0:00:00.092733679 26646 0x55accf40c0 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link h265parse0:src and qtmux0:video_0
0:00:00.092764335 26646 0x55accf40c0 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked h265parse0:src and qtmux0:video_0, successful
0:00:00.092778799 26646 0x55accf40c0 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.092794159 26646 0x55accf40c0 INFO GST_EVENT gstpad.c:5808:gst_pad_send_event_unchecked:<h265parse0:src> Received event on flushing pad. Discarding
0:00:00.092824239 26646 0x55accf40c0 INFO GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstQTMux named qtmux0 to some pad of GstFileSink named filesink0 (0/0) with caps "(NULL)"
0:00:00.092842831 26646 0x55accf40c0 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element qtmux0:(any) to element filesink0:(any)
0:00:00.092863375 26646 0x55accf40c0 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link qtmux0:src and filesink0:sink
0:00:00.092889807 26646 0x55accf40c0 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: qtmux0 and filesink0 in same bin, no need for ghost pads
0:00:00.092918063 26646 0x55accf40c0 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link qtmux0:src and filesink0:sink
0:00:00.092945615 26646 0x55accf40c0 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked qtmux0:src and filesink0:sink, successful
0:00:00.092959407 26646 0x55accf40c0 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.092974063 26646 0x55accf40c0 INFO GST_EVENT gstpad.c:5808:gst_pad_send_event_unchecked:<qtmux0:src> Received event on flushing pad. Discarding
Setting pipeline to PAUSED ...
0:00:00.093303248 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2506:gst_bin_element_set_state:<filesink0> current NULL pending VOID_PENDING, desired next READY
0:00:00.093424208 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<filesink0> completed state change to READY
0:00:00.093448432 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<filesink0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:00.093490672 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline0> child 'filesink0' changed state to 2(READY) successfully
0:00:00.093516784 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2506:gst_bin_element_set_state:<qtmux0> current NULL pending VOID_PENDING, desired next READY
0:00:00.093536496 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<qtmux0> completed state change to READY
0:00:00.093553776 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<qtmux0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:00.093577680 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline0> child 'qtmux0' changed state to 2(READY) successfully
0:00:00.093600016 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2506:gst_bin_element_set_state:<h265parse0> current NULL pending VOID_PENDING, desired next READY
0:00:00.093618384 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<h265parse0> completed state change to READY
0:00:00.093635824 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<h265parse0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:00.093658384 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline0> child 'h265parse0' changed state to 2(READY) successfully
0:00:00.093680688 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2506:gst_bin_element_set_state:<nvv4l2h265enc0> current NULL pending VOID_PENDING, desired next READY
Opening in BLOCKING MODE
0:00:00.098259604 26646 0x55accf40c0 INFO v4l2 v4l2_calls.c:622:gst_v4l2_open:<nvv4l2h265enc0:sink> Opened device '' (/dev/nvhost-msenc) successfully
0:00:00.098299540 26646 0x55accf40c0 INFO v4l2 v4l2_calls.c:723:gst_v4l2_dup:<nvv4l2h265enc0:src> Cloned device '' (/dev/nvhost-msenc) successfully
0:00:00.099314805 26646 0x55accf40c0 INFO v4l2 gstv4l2object.c:1280:gst_v4l2_object_fill_format_list:<nvv4l2h265enc0:sink> got 4 format(s):
0:00:00.099382901 26646 0x55accf40c0 INFO v4l2 gstv4l2object.c:1286:gst_v4l2_object_fill_format_list:<nvv4l2h265enc0:sink> YM12
0:00:00.099407253 26646 0x55accf40c0 INFO v4l2 gstv4l2object.c:1286:gst_v4l2_object_fill_format_list:<nvv4l2h265enc0:sink> PM10
0:00:00.099427061 26646 0x55accf40c0 INFO v4l2 gstv4l2object.c:1286:gst_v4l2_object_fill_format_list:<nvv4l2h265enc0:sink> NM12
0:00:00.099445525 26646 0x55accf40c0 INFO v4l2 gstv4l2object.c:1286:gst_v4l2_object_fill_format_list:<nvv4l2h265enc0:sink> YM24
0:00:00.099484693 26646 0x55accf40c0 WARN v4l2 gstv4l2object.c:2370:gst_v4l2_object_add_interlace_mode:0x55acfa6100 Failed to determine interlace mode
0:00:00.099523125 26646 0x55accf40c0 WARN v4l2 gstv4l2object.c:2370:gst_v4l2_object_add_interlace_mode:0x55acfa6100 Failed to determine interlace mode
0:00:00.099557877 26646 0x55accf40c0 WARN v4l2 gstv4l2object.c:2370:gst_v4l2_object_add_interlace_mode:0x55acfa6100 Failed to determine interlace mode
0:00:00.099627669 26646 0x55accf40c0 INFO v4l2 gstv4l2object.c:4464:gst_v4l2_object_probe_caps:<nvv4l2h265enc0:sink> probed caps: video/x-raw, format=(string)I420, width=(int)[ 48, 4096 ], height=(int)[ 48, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string)P010_10LE, width=(int)[ 48, 4096 ], height=(int)[ 48, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string)NV12, width=(int)[ 48, 4096 ], height=(int)[ 48, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.099655733 26646 0x55accf40c0 INFO v4l2 gstv4l2object.c:1280:gst_v4l2_object_fill_format_list:<nvv4l2h265enc0:src> got 4 format(s):
0:00:00.099673461 26646 0x55accf40c0 INFO v4l2 gstv4l2object.c:1286:gst_v4l2_object_fill_format_list:<nvv4l2h265enc0:src> VP90
0:00:00.099690197 26646 0x55accf40c0 INFO v4l2 gstv4l2object.c:1286:gst_v4l2_object_fill_format_list:<nvv4l2h265enc0:src> VP80
0:00:00.099706261 26646 0x55accf40c0 INFO v4l2 gstv4l2object.c:1286:gst_v4l2_object_fill_format_list:<nvv4l2h265enc0:src> H265
0:00:00.099722453 26646 0x55accf40c0 INFO v4l2 gstv4l2object.c:1286:gst_v4l2_object_fill_format_list:<nvv4l2h265enc0:src> H264
0:00:00.099751925 26646 0x55accf40c0 WARN v4l2 gstv4l2object.c:4408:gst_v4l2_object_probe_caps:<nvv4l2h265enc0:src> Failed to probe pixel aspect ratio with VIDIOC_CROPCAP: Unknown error -1
0:00:00.099814805 26646 0x55accf40c0 INFO v4l2 gstv4l2object.c:4464:gst_v4l2_object_probe_caps:<nvv4l2h265enc0:src> probed caps: video/x-h265, stream-format=(string)byte-stream, alignment=(string)au, width=(int)[ 48, 4096 ], height=(int)[ 48, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.099849973 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<nvv4l2h265enc0> completed state change to READY
0:00:00.099871413 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<nvv4l2h265enc0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:00.099906133 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline0> child 'nvv4l2h265enc0' changed state to 2(READY) successfully
0:00:00.099938421 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2506:gst_bin_element_set_state:<capsfilter0> current NULL pending VOID_PENDING, desired next READY
0:00:00.099959573 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<capsfilter0> completed state change to READY
0:00:00.099976821 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<capsfilter0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:00.100004309 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline0> child 'capsfilter0' changed state to 2(READY) successfully
0:00:00.100028917 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2506:gst_bin_element_set_state:<nvarguscamerasrc0> current NULL pending VOID_PENDING, desired next READY
0:00:00.100048213 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<nvarguscamerasrc0> completed state change to READY
0:00:00.100065845 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<nvarguscamerasrc0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:00.100088405 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline0> child 'nvarguscamerasrc0' changed state to 2(READY) successfully
0:00:00.100116725 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2651:gst_element_continue_state:<pipeline0> committing state from NULL to READY, pending PAUSED, next PAUSED
0:00:00.100135413 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<pipeline0> notifying about state-changed NULL to READY (PAUSED pending)
0:00:00.100176405 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2658:gst_element_continue_state:<pipeline0> continue state change READY to PAUSED, final PAUSED
0:00:00.100215637 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2506:gst_bin_element_set_state:<filesink0> current READY pending VOID_PENDING, desired next PAUSED
0:00:00.100250613 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2960:gst_bin_change_state_func:<pipeline0> child 'filesink0' is changing state asynchronously to PAUSED
0:00:00.100274709 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2506:gst_bin_element_set_state:<qtmux0> current READY pending VOID_PENDING, desired next PAUSED
0:00:00.100303894 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<qtmux0> completed state change to PAUSED
0:00:00.100322070 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<qtmux0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:00.100344886 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline0> child 'qtmux0' changed state to 3(PAUSED) successfully
0:00:00.100367798 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2506:gst_bin_element_set_state:<h265parse0> current READY pending VOID_PENDING, desired next PAUSED
0:00:00.100805302 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<h265parse0> completed state change to PAUSED
0:00:00.100837750 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<h265parse0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:00.100866870 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline0> child 'h265parse0' changed state to 3(PAUSED) successfully
0:00:00.100891798 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2506:gst_bin_element_set_state:<nvv4l2h265enc0> current READY pending VOID_PENDING, desired next PAUSED
0:00:00.100923542 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<nvv4l2h265enc0> completed state change to PAUSED
0:00:00.100942486 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<nvv4l2h265enc0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:00.100968726 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline0> child 'nvv4l2h265enc0' changed state to 3(PAUSED) successfully
0:00:00.100991798 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2506:gst_bin_element_set_state:<capsfilter0> current READY pending VOID_PENDING, desired next PAUSED
0:00:00.101019606 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<capsfilter0> completed state change to PAUSED
0:00:00.101037430 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<capsfilter0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:00.101059958 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline0> child 'capsfilter0' changed state to 3(PAUSED) successfully
0:00:00.101081110 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2506:gst_bin_element_set_state:<nvarguscamerasrc0> current READY pending VOID_PENDING, desired next PAUSED
0:00:00.101123926 26646 0x55accf40c0 INFO basesrc gstbasesrc.c:1358:gst_base_src_do_seek:<nvarguscamerasrc0> seeking: time segment start=0:00:00.000000000, offset=0:00:00.000000000, stop=99:99:99.999999999, rate=1.000000, applied_rate=1.000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.000000000, duration 99:99:99.999999999
0:00:00.101161110 26646 0x55accf40c0 INFO task gsttask.c:457:gst_task_set_lock: setting stream lock 0x55acf9a200 on task 0x55acfac290
0:00:00.101179542 26646 0x55accf40c0 INFO GST_PADS gstpad.c:6154:gst_pad_start_task:<nvarguscamerasrc0:src> created task 0x55acfac290
0:00:00.101331606 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<nvarguscamerasrc0> completed state change to PAUSED
0:00:00.101356758 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<nvarguscamerasrc0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:00.101389078 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2997:gst_bin_change_state_func:<pipeline0> child 'nvarguscamerasrc0' changed state to 3(PAUSED) successfully without preroll
0:00:00.101416534 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<pipeline0> completed state change to PAUSED
0:00:00.101435542 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<pipeline0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
Pipeline is live and does not need PREROLL ...
0:00:00.101927447 26646 0x55acfb5e80 INFO GST_ELEMENT_PADS gstelement.c:917:gst_element_get_static_pad: no such pad 'sink' in element "nvarguscamerasrc0"
0:00:00.101979927 26646 0x55acfb5e80 FIXME default gstutils.c:3981:gst_pad_create_stream_id_internal:<nvarguscamerasrc0:src> Creating random stream-id, consider implementing a deterministic way of creating a stream-id
Setting pipeline to PLAYING ...
0:00:00.102212023 26646 0x55accf40c0 INFO GST_EVENT gstevent.c:1388:gst_event_new_latency: creating latency event 0:00:00.000000000
0:00:00.102255927 26646 0x55accf40c0 INFO bin gstbin.c:2783:gst_bin_do_latency_func:<pipeline0> configured latency of 0:00:00.000000000
0:00:00.102295511 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2506:gst_bin_element_set_state:<filesink0> current READY pending PAUSED, desired next PLAYING
0:00:00.102315447 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2960:gst_bin_change_state_func:<pipeline0> child 'filesink0' is changing state asynchronously to PLAYING
0:00:00.102337623 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2506:gst_bin_element_set_state:<qtmux0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:00.102357303 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<qtmux0> completed state change to PLAYING
0:00:00.102376631 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<qtmux0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:00.102401271 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline0> child 'qtmux0' changed state to 4(PLAYING) successfully
0:00:00.102423607 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2506:gst_bin_element_set_state:<h265parse0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:00.102443863 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<h265parse0> completed state change to PLAYING
0:00:00.102462967 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<h265parse0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:00.102487063 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline0> child 'h265parse0' changed state to 4(PLAYING) successfully
0:00:00.102510903 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2506:gst_bin_element_set_state:<nvv4l2h265enc0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:00.102532215 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<nvv4l2h265enc0> completed state change to PLAYING
0:00:00.102550359 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<nvv4l2h265enc0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:00.102573591 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline0> child 'nvv4l2h265enc0' changed state to 4(PLAYING) successfully
0:00:00.102596151 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2506:gst_bin_element_set_state:<capsfilter0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:00.102615223 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<capsfilter0> completed state change to PLAYING
0:00:00.102632888 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<capsfilter0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:00.102661336 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline0> child 'capsfilter0' changed state to 4(PLAYING) successfully
0:00:00.102687224 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<nvarguscamerasrc0> completed state change to PLAYING
0:00:00.102708440 26646 0x55accf40c0 INFO GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<nvarguscamerasrc0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:00.102733432 26646 0x55accf40c0 INFO GST_STATES gstbin.c:2954:gst_bin_change_state_func:<pipeline0> child 'nvarguscamerasrc0' changed state to 4(PLAYING) successfully
New clock: GstSystemClock
0:00:00.119449222 26646 0x55acfb5e80 INFO GST_EVENT gstevent.c:814:gst_event_new_caps: creating caps event video/x-raw(memory:NVMM), width=(int)4000, height=(int)3000, format=(string)NV12, framerate=(fraction)24/1
0:00:00.119774214 26646 0x55acfb5e80 INFO basetransform gstbasetransform.c:1308:gst_base_transform_setcaps:<capsfilter0> reuse caps
0:00:00.119832262 26646 0x55acfb5e80 INFO GST_EVENT gstevent.c:814:gst_event_new_caps: creating caps event video/x-raw(memory:NVMM), width=(int)4000, height=(int)3000, format=(string)NV12, framerate=(fraction)24/1
0:00:00.120152743 26646 0x55acfb5e80 INFO GST_EVENT gstevent.c:814:gst_event_new_caps: creating caps event video/x-h265, stream-format=(string)byte-stream, alignment=(string)au, profile=(string)NULL, width=(int)4000, height=(int)3000, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)24/1, interlace-mode=(string)progressive, colorimetry=(string)bt2020, chroma-site=(string)mpeg2
0:00:00.120402983 26646 0x55acfb5e80 INFO v4l2 gstv4l2object.c:3146:gst_v4l2_object_setup_pool:<nvv4l2h265enc0:src> accessing buffers via mode 2
0:00:00.120890855 26646 0x55acfb5e80 INFO v4l2bufferpool gstv4l2bufferpool.c:822:gst_v4l2_buffer_pool_set_config:<nvv4l2h265enc0:pool:src> increasing minimum buffers to 2
0:00:00.121168839 26646 0x55acfb5e80 INFO v4l2bufferpool gstv4l2bufferpool.c:835:gst_v4l2_buffer_pool_set_config:<nvv4l2h265enc0:pool:src> reducing maximum buffers to 32
0:00:00.121193895 26646 0x55acfb5e80 INFO v4l2bufferpool gstv4l2bufferpool.c:846:gst_v4l2_buffer_pool_set_config:<nvv4l2h265enc0:pool:src> can't allocate, setting maximum to minimum
0:00:00.121556840 26646 0x55acfb5e80 INFO v4l2bufferpool gstv4l2bufferpool.c:835:gst_v4l2_buffer_pool_set_config:<nvv4l2h265enc0:pool:src> reducing maximum buffers to 32
0:00:00.121584360 26646 0x55acfb5e80 INFO v4l2bufferpool gstv4l2bufferpool.c:846:gst_v4l2_buffer_pool_set_config:<nvv4l2h265enc0:pool:src> can't allocate, setting maximum to minimum
Redistribute latency...
0:00:00.121831528 26646 0x55accf40c0 INFO GST_EVENT gstevent.c:1388:gst_event_new_latency: creating latency event 0:00:00.000000000
0:00:00.121960168 26646 0x55accf40c0 INFO bin gstbin.c:2783:gst_bin_do_latency_func:<pipeline0> configured latency of 0:00:00.000000000
NvMMLiteOpen : Block : BlockType = 8
===== NVMEDIA: NVENC =====
NvMMLiteBlockCreate : Block : BlockType = 8
0:00:00.125068139 26646 0x55acfb5e80 INFO v4l2 gstv4l2object.c:3973:gst_v4l2_object_set_format_full:<nvv4l2h265enc0:sink> Set output framerate to 24/1
0:00:00.125114315 26646 0x55acfb5e80 INFO v4l2 gstv4l2object.c:3146:gst_v4l2_object_setup_pool:<nvv4l2h265enc0:sink> accessing buffers via mode 5
0:00:00.125400395 26646 0x55acfb5e80 INFO v4l2bufferpool gstv4l2bufferpool.c:822:gst_v4l2_buffer_pool_set_config:<nvv4l2h265enc0:pool:sink> increasing minimum buffers to 2
0:00:00.125426603 26646 0x55acfb5e80 INFO v4l2bufferpool gstv4l2bufferpool.c:829:gst_v4l2_buffer_pool_set_config:<nvv4l2h265enc0:pool:sink> increasing minimum buffers to 4
0:00:00.125442443 26646 0x55acfb5e80 INFO v4l2bufferpool gstv4l2bufferpool.c:835:gst_v4l2_buffer_pool_set_config:<nvv4l2h265enc0:pool:sink> reducing maximum buffers to 32
0:00:00.125457099 26646 0x55acfb5e80 INFO v4l2bufferpool gstv4l2bufferpool.c:846:gst_v4l2_buffer_pool_set_config:<nvv4l2h265enc0:pool:sink> can't allocate, setting maximum to minimum
0:00:00.125470987 26646 0x55acfb5e80 INFO v4l2bufferpool gstv4l2bufferpool.c:851:gst_v4l2_buffer_pool_set_config:<nvv4l2h265enc0:pool:sink> adding needed video meta
0:00:00.248644597 26646 0x55acfb5e80 WARN v4l2bufferpool gstv4l2bufferpool.c:1062:gst_v4l2_buffer_pool_start:<nvv4l2h265enc0:pool:src> Uncertain or not enough buffers, enabling copy threshold
0:00:00.250046166 26646 0x55acfb5e80 INFO v4l2bufferpool gstv4l2bufferpool.c:846:gst_v4l2_buffer_pool_set_config:<nvv4l2h265enc0:pool:sink> can't allocate, setting maximum to minimum
GST_ARGUS: Creating output stream
CONSUMER: Waiting until producer is connected...
GST_ARGUS: Available Sensor modes :
GST_ARGUS: 8000 x 6000 FR = 6.410000 fps Duration = 156006240 ; Analog Gain range min 1.122018, max 15.848933; Exposure Range min 30000, max 660000000;
GST_ARGUS: 8000 x 6000 FR = 6.410000 fps Duration = 156006240 ; Analog Gain range min 1.122018, max 15.848933; Exposure Range min 30000, max 660000000;
GST_ARGUS: 8000 x 6000 FR = 19.390000 fps Duration = 51572976 ; Analog Gain range min 1.122018, max 15.848933; Exposure Range min 30000, max 660000000;
GST_ARGUS: 4000 x 3000 FR = 24.800000 fps Duration = 40322580 ; Analog Gain range min 1.122018, max 63.095726; Exposure Range min 30000, max 660000000;
GST_ARGUS: Running with following settings:
Camera index = 0
Camera mode = 3
Output Stream W = 4000 H = 3000
seconds to Run = 0
Frame Rate = 24.800000
GST_ARGUS: PowerService: requested_clock_Hz=126000000
GST_ARGUS: Setup Complete, Starting captures for 0 seconds
GST_ARGUS: Starting repeat capture requests.
CONSUMER: Producer has connected; continuing.
CONSUMER: Done Success
(Argus) Error EndOfFile: Unexpected error in reading socket (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadCore(), line 266)
(Argus) Error EndOfFile: Receiving thread terminated with error (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadWrapper(), line 368)
Do you know how to solve this problem?
by the way, I use 4000 * 3000 mode in Sony imx586 camera .
Did you verify the by v4l2-ctl first?
v4l2-ctl --set-fmt-video=width=4000,height=3000 --set-ctrl bypass_mode=0 --stream-mmap --stream-count=100 -d /dev/video0
Please enable the trace log to get more informatio.
https://elinux.org/Jetson_TX2_Camera_BringUp
Yes, I have successfully obtained raw image through v4l2-ctl command.
Now, I’m looking for problems based on this forum.
I have a try below command:
nvidia@nvidia-desktop:~$ gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw,width=4000,height=3000,format=(string)NV12' ! nvvidconv ! 'video/x-raw(memory:NVMM),format=(string)NV12' ! nvoverlaysink sync=false -e
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.
Additional debug info:
gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming stopped, reason not-negotiated (-4)
ERROR: pipeline doesn't want to preroll.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
nvidia@nvidia-desktop:~$ gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw,width=4000,height=3000,format=(string)NV12' ! nvvidconv ! 'video/x-raw(memory:NVMM),format=(string)NV12' ! fakesink
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.
Additional debug info:
gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming stopped, reason not-negotiated (-4)
ERROR: pipeline doesn't want to preroll.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
nvidia@nvidia-desktop:~$ gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw,width=4000,height=3000,format=(string)NV12' ! fakesink
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.
Additional debug info:
gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming stopped, reason not-negotiated (-4)
ERROR: pipeline doesn't want to preroll.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
Try install gstreamer by below command again.
And get more information.
nvidia@nvidia-desktop:~$ gst-launch-1.0 v4l2src --gst-debug=GST_DEBUG=*:3,v4l2src:5 device=/dev/video0 ! nvvidconv ! fakesink
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
0:00:00.089188397 10705 0x559c04a140 DEBUG v4l2src gstv4l2src.c:512:gst_v4l2src_negotiate:<v4l2src0> caps of src: EMPTY
0:00:00.089385006 10705 0x559c04a140 DEBUG v4l2src gstv4l2src.c:520:gst_v4l2src_negotiate:<v4l2src0> caps of peer: video/x-raw(memory:NVMM), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(string){ I420, I420_10LE, P010_10LE, I420_12LE, UYVY, YUY2, YVYU, NV12, NV16, NV24, GRAY8, BGRx, RGBA }; video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(string){ I420, UYVY, YUY2, YVYU, NV12, NV16, NV24, P010_10LE, GRAY8, BGRx, RGBA }
0:00:00.089413582 10705 0x559c04a140 DEBUG v4l2src gstv4l2src.c:526:gst_v4l2src_negotiate:<v4l2src0> intersect: EMPTY
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.
Additional debug info:
gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming stopped, reason not-negotiated (-4)
Execution ended after 0:00:00.000721316
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
nvidia@nvidia-desktop:~$ gst-launch-1.0 v4l2src --gst-debug=GST_DEBUG=*:3,v4l2src:5 device=/dev/video0 ! 'video/x-raw,width=4000,height=3000,format=(string)NV12' ! nvvidconv ! 'video/x-raw(memory:NVMM),format=(string)NV12' ! nvoverlaysink sync=false -e
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
0:00:00.121873547 10832 0x55a4edb770 DEBUG v4l2src gstv4l2src.c:512:gst_v4l2src_negotiate:<v4l2src0> caps of src: EMPTY
0:00:00.122066665 10832 0x55a4edb770 DEBUG v4l2src gstv4l2src.c:520:gst_v4l2src_negotiate:<v4l2src0> caps of peer: video/x-raw, width=(int)4000, height=(int)3000, format=(string)NV12, framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.122097737 10832 0x55a4edb770 DEBUG v4l2src gstv4l2src.c:526:gst_v4l2src_negotiate:<v4l2src0> intersect: EMPTY
Setting pipeline to PLAYING ...
0:00:00.122380807 10832 0x55a4e73f60 WARN v4l2src gstv4l2src.c:692:gst_v4l2src_query:<v4l2src0> Can't give latency since framerate isn't fixated !
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.
Additional debug info:
gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming stopped, reason not-negotiated (-4)
EOS on shutdown enabled -- waiting for EOS after Error
Waiting for EOS...
New clock: GstSystemClock
Got EOS from element "pipeline0".
EOS received - stopping pipeline...
Execution ended after 0:00:00.000371102
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
But I still don’t understand where the specific problem lies.
I hope this information is useful.
Thank you very much!
Does your sensor output YUV format instead of bayer format?
Have a try below command for YUV sensor.
st-launch-1.0 v4l2src device=/dev/video0 ! ‘video/x-raw,width=4000,height=3000,format=(string)UYVY’ ! nvvidconv ! ‘video/x-raw(memory:NVMM),format=(string)NV12’ ! queue ! nvvidconv ! nvoverlaysink -e
Thank you for your prompt reply
I tried to use this command, but there was no difference
nvidia@nvidia-desktop:~$ gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw,width=4000,height=3000,format=(string)UYVY' ! nvvidconv ! 'video/x-raw(memory:NVMM),format=(string)NV12' ! queue ! nvvidconv ! nvoverlaysink -e
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.
Additional debug info:
gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming stopped, reason not-negotiated (-4)
ERROR: pipeline doesn't want to preroll.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
Thanks and Best Regards,
Have a check the pixel format for your driver by below command.
v4l2-ctl --list-formats-ext
nvidia@nvidia-desktop:~$ v4l2-ctl --list-formats-ext
ioctl: VIDIOC_ENUM_FMT
Index : 0
Type : Video Capture
Pixel Format: 'RG10'
Name : 10-bit Bayer RGRG/GBGB
Size: Discrete 8000x6000
Interval: Discrete 0.167s (6.000 fps)
Size: Discrete 8000x6000
Interval: Discrete 0.167s (6.000 fps)
Size: Discrete 4000x3000
Interval: Discrete 0.042s (24.000 fps)}vi
The pixel format is rg10. Is that right?
What do you think?
Thanks and Best Regards,
You can’t run the v4l2src for this Bayer format.
First confirm v4l2-ctl can capture data from sensor well, then run the gst-launch-1.0 nvarguscamerasrc … pipeline, If can’t capture no matter v4l2-ctl need to check the trace log.
sudo su
echo 1 > /sys/kernel/debug/tracing/tracing_on
echo 30720 > /sys/kernel/debug/tracing/buffer_size_kb
echo 1 > /sys/kernel/debug/tracing/events/tegra_rtcpu/enable
echo 1 > /sys/kernel/debug/tracing/events/freertos/enable
echo 2 > /sys/kernel/debug/camrtc/log-level
echo 1 > /sys/kernel/debug/tracing/events/camera_common/enable
echo > /sys/kernel/debug/tracing/trace
cat /sys/kernel/debug/tracing/trace
Thank you for your prompt reply!
I can use v4l2 CTL to collect data from sensor wells.
But there is a problem.
I used mode 3 (4000 * 3000) to get images, but I got 8000 * 6000 resolution images.
I run this command
nvidia@nvidia-desktop:~/Downloads/imx586_driver/raw-image$ v4l2-ctl -V --set-fmt-video=width=4096,height=3000,pixelformat=RG10 --set-ctrl bypass_mode=0 --set-ctrl=sensor_mode=3 --stream-mmap --stream-count=1000 -d /dev/video0
<<<<<<<< 6.42 fps
<<<<<< 6.43 fps
<<<<<<< 6.43 fps
<<<<<< 6.41 fps
It should be 4000 * 3000 24fps,but no.
Run the v4l2 command to save the raw image. The image resolution format is 8000 * 6000
v4l2-ctl --set-fmt-video=width=4096,height=3000,pixelformat=RG10 --stream-mmap --set-ctrl=sensor_mode=3 --stream-count=1 --stream-to=imx586.raw -d /dev/video0
v4l2-ctl-10501 [005] … 1735.573691: tegra_channel_capture_setup: vnc_id 0 W 8000 H 6000 fmt 20.
root@nvidia-desktop:/home/nvidia# cat /sys/kernel/debug/tracing/trace
# tracer: nop
#
# entries-in-buffer/entries-written: 382/382 #P:4
#
# _-----=> irqs-off
# / _----=> need-resched
# | / _---=> hardirq/softirq
# || / _--=> preempt-depth
# ||| / delay
# TASK-PID CPU# |||| TIMESTAMP FUNCTION
# | | | |||| | |
kworker/4:3-10166 [004] .... 1721.601483: rtos_queue_peek_from_isr_failed: tstamp:54083615192 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1721.769510: rtos_queue_peek_from_isr_failed: tstamp:54088615166 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1721.937494: rtos_queue_peek_from_isr_failed: tstamp:54093615172 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1722.105519: rtos_queue_peek_from_isr_failed: tstamp:54098615182 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1722.273508: rtos_queue_peek_from_isr_failed: tstamp:54103615186 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1722.441507: rtos_queue_peek_from_isr_failed: tstamp:54108615195 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1722.553500: rtos_queue_peek_from_isr_failed: tstamp:54113615198 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1722.721504: rtos_queue_peek_from_isr_failed: tstamp:54118615217 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1722.889620: rtos_queue_peek_from_isr_failed: tstamp:54123615252 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1723.057642: rtos_queue_peek_from_isr_failed: tstamp:54128615325 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1723.225522: rtos_queue_peek_from_isr_failed: tstamp:54133615242 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1723.393644: rtos_queue_peek_from_isr_failed: tstamp:54138615228 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1723.561659: rtos_queue_peek_from_isr_failed: tstamp:54143615343 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1723.673643: rtos_queue_peek_from_isr_failed: tstamp:54148615348 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1723.841519: rtos_queue_peek_from_isr_failed: tstamp:54153615254 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1724.009528: rtos_queue_peek_from_isr_failed: tstamp:54158615263 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1724.177640: rtos_queue_peek_from_isr_failed: tstamp:54163615374 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1724.345646: rtos_queue_peek_from_isr_failed: tstamp:54168615377 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1724.513526: rtos_queue_peek_from_isr_failed: tstamp:54173615280 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1724.681530: rtos_queue_peek_from_isr_failed: tstamp:54178615290 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1724.793577: rtos_queue_peek_from_isr_failed: tstamp:54183615299 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1724.961636: rtos_queue_peek_from_isr_failed: tstamp:54188615407 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1725.129534: rtos_queue_peek_from_isr_failed: tstamp:54193615308 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1725.297553: rtos_queue_peek_from_isr_failed: tstamp:54198615312 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1725.465543: rtos_queue_peek_from_isr_failed: tstamp:54203615320 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1725.633548: rtos_queue_peek_from_isr_failed: tstamp:54208615328 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1725.801579: rtos_queue_peek_from_isr_failed: tstamp:54213615336 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1725.913567: rtos_queue_peek_from_isr_failed: tstamp:54218615345 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1726.081566: rtos_queue_peek_from_isr_failed: tstamp:54223615349 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1726.249565: rtos_queue_peek_from_isr_failed: tstamp:54228615357 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1726.417565: rtos_queue_peek_from_isr_failed: tstamp:54233615361 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1726.585588: rtos_queue_peek_from_isr_failed: tstamp:54238615510 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1726.753674: rtos_queue_peek_from_isr_failed: tstamp:54243615480 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1726.921557: rtos_queue_peek_from_isr_failed: tstamp:54248615388 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1727.033560: rtos_queue_peek_from_isr_failed: tstamp:54253615393 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1727.089586: rtos_queue_peek_from_isr_failed: tstamp:54254223150 queue:0x0b4b4500
v4l2-ctl-10501 [004] .... 1735.476561: tegra_channel_open: vi-output, imx586 2-001a
v4l2-ctl-10501 [000] .... 1735.477587: tegra_channel_set_power: imx586 2-001a : 0x1
v4l2-ctl-10501 [000] .... 1735.477600: camera_common_s_power: status : 0x1
v4l2-ctl-10501 [004] .... 1735.478111: tegra_channel_set_power: 150c0000.nvcsi--1 : 0x1
v4l2-ctl-10501 [004] .... 1735.478114: csi_s_power: enable : 0x1
v4l2-ctl-10501 [005] .... 1735.573691: tegra_channel_capture_setup: vnc_id 0 W 8000 H 6000 fmt 20
vi-output, imx5-10502 [004] .... 1735.573798: tegra_channel_set_stream: enable : 0x1
vi-output, imx5-10502 [000] .... 1735.575458: tegra_channel_set_stream: 150c0000.nvcsi--1 : 0x1
vi-output, imx5-10502 [000] .... 1735.575461: csi_s_stream: enable : 0x1
vi-output, imx5-10502 [000] .... 1735.575497: tegra_channel_set_stream: imx586 2-001a : 0x1
kworker/4:3-10166 [004] .... 1735.609655: rtos_queue_peek_from_isr_failed: tstamp:54520584557 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1735.609659: rtcpu_start: tstamp:54520585413
kworker/4:3-10166 [004] .... 1735.609660: rtos_queue_send_from_isr_failed: tstamp:54520594562 queue:0x0b4a7258
kworker/4:3-10166 [004] .... 1735.609661: rtos_queue_send_from_isr_failed: tstamp:54520594670 queue:0x0b4aad68
kworker/4:3-10166 [004] .... 1735.609661: rtos_queue_send_from_isr_failed: tstamp:54520594776 queue:0x0b4ac998
kworker/4:3-10166 [004] .... 1735.609662: rtos_queue_send_from_isr_failed: tstamp:54520594884 queue:0x0b4ae518
kworker/4:3-10166 [004] .... 1735.609663: rtos_queue_send_from_isr_failed: tstamp:54520594987 queue:0x0b4af2d8
kworker/4:3-10166 [004] .... 1735.609663: rtos_queue_send_from_isr_failed: tstamp:54520595095 queue:0x0b4b0098
kworker/4:3-10166 [004] .... 1735.609664: rtos_queue_send_from_isr_failed: tstamp:54520595200 queue:0x0b4b0e58
kworker/4:3-10166 [004] .... 1735.609665: rtos_queue_send_from_isr_failed: tstamp:54520595306 queue:0x0b4b1c18
kworker/4:3-10166 [004] .... 1735.609667: rtos_queue_send_failed: tstamp:54520595764 queue:0x0b4a7258
kworker/4:3-10166 [004] .... 1735.609667: rtos_queue_send_from_isr_failed: tstamp:54520597578 queue:0x0b4a7258
kworker/4:3-10166 [004] .... 1735.609668: rtos_queue_send_from_isr_failed: tstamp:54520597684 queue:0x0b4aad68
kworker/4:3-10166 [004] .... 1735.609668: rtos_queue_send_from_isr_failed: tstamp:54520597791 queue:0x0b4ac998
kworker/4:3-10166 [004] .... 1735.609669: rtos_queue_send_from_isr_failed: tstamp:54520597897 queue:0x0b4ae518
kworker/4:3-10166 [004] .... 1735.609670: rtos_queue_send_from_isr_failed: tstamp:54520598001 queue:0x0b4af2d8
kworker/4:3-10166 [004] .... 1735.609670: rtos_queue_send_from_isr_failed: tstamp:54520598104 queue:0x0b4b0098
kworker/4:3-10166 [004] .... 1735.609671: rtos_queue_send_from_isr_failed: tstamp:54520598208 queue:0x0b4b0e58
kworker/4:3-10166 [004] .... 1735.609672: rtos_queue_send_from_isr_failed: tstamp:54520598315 queue:0x0b4b1c18
kworker/4:3-10166 [004] .... 1735.609672: rtos_queue_send_failed: tstamp:54520599257 queue:0x0b4a7258
kworker/4:3-10166 [004] .... 1735.777674: rtos_queue_peek_from_isr_failed: tstamp:54525584891 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1735.945681: rtos_queue_peek_from_isr_failed: tstamp:54530584890 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1736.057755: rtos_queue_peek_from_isr_failed: tstamp:54535584896 queue:0x0b4b4500
vi-output, imx5-10502 [004] .... 1736.164220: tegra_channel_capture_frame: sof:1736.58501285
kworker/4:3-10166 [004] .... 1736.169689: rtcpu_vinotify_event: tstamp:54539053608 tag:CHANSEL_PXL_SOF channel:0x00 frame:3 vi_tstamp:54539053099 data:0x00000001
kworker/4:3-10166 [004] .... 1736.169691: rtcpu_vinotify_event: tstamp:54539053788 tag:ATOMP_FS channel:0x00 frame:3 vi_tstamp:54539053102 data:0x00000000
kworker/4:3-10166 [004] .... 1736.169692: rtcpu_vinotify_event: tstamp:54539056525 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:3 vi_tstamp:54539056166 data:0x08000000
kworker/4:3-10166 [004] .... 1736.225689: rtos_queue_peek_from_isr_failed: tstamp:54540584909 queue:0x0b4b4500
vi-output, imx5-10502 [003] .... 1736.320291: tegra_channel_capture_frame: sof:1736.214499813
kworker/4:3-10166 [004] .... 1736.337727: rtcpu_vinotify_event: tstamp:54543880420 tag:CHANSEL_PXL_EOF channel:0x00 frame:3 vi_tstamp:54543879762 data:0x176f0002
kworker/4:3-10166 [004] .... 1736.337733: rtcpu_vinotify_event: tstamp:54543880553 tag:ATOMP_FE channel:0x00 frame:3 vi_tstamp:54543879777 data:0x00000000
kworker/4:3-10166 [004] .... 1736.337735: rtcpu_vinotify_event: tstamp:54543928544 tag:CHANSEL_PXL_SOF channel:0x00 frame:4 vi_tstamp:54543928053 data:0x00000001
kworker/4:3-10166 [004] .... 1736.337737: rtcpu_vinotify_event: tstamp:54543928707 tag:ATOMP_FS channel:0x00 frame:4 vi_tstamp:54543928056 data:0x00000000
kworker/4:3-10166 [004] .... 1736.337739: rtcpu_vinotify_event: tstamp:54543933825 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:4 vi_tstamp:54543933464 data:0x08000000
kworker/4:3-10166 [004] .... 1736.393709: rtos_queue_peek_from_isr_failed: tstamp:54545584921 queue:0x0b4b4500
vi-output, imx5-10502 [003] .... 1736.476309: tegra_channel_capture_frame: sof:1736.370498373
kworker/4:3-10166 [004] .... 1736.505751: rtcpu_vinotify_event: tstamp:54548755380 tag:CHANSEL_PXL_EOF channel:0x00 frame:4 vi_tstamp:54548754716 data:0x176f0002
kworker/4:3-10166 [004] .... 1736.505759: rtcpu_vinotify_event: tstamp:54548755520 tag:ATOMP_FE channel:0x00 frame:4 vi_tstamp:54548754731 data:0x00000000
kworker/4:3-10166 [004] .... 1736.505761: rtcpu_vinotify_event: tstamp:54548803505 tag:CHANSEL_PXL_SOF channel:0x00 frame:5 vi_tstamp:54548803008 data:0x00000001
kworker/4:3-10166 [004] .... 1736.505763: rtcpu_vinotify_event: tstamp:54548803668 tag:ATOMP_FS channel:0x00 frame:5 vi_tstamp:54548803011 data:0x00000000
kworker/4:3-10166 [004] .... 1736.505765: rtcpu_vinotify_event: tstamp:54548809473 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:5 vi_tstamp:54548809117 data:0x08000000
kworker/4:3-10166 [004] .... 1736.561717: rtos_queue_peek_from_isr_failed: tstamp:54550584923 queue:0x0b4b4500
vi-output, imx5-10502 [005] .... 1736.632218: tegra_channel_capture_frame: sof:1736.526496869
kworker/4:3-10166 [004] .... 1736.673697: rtcpu_vinotify_event: tstamp:54553630330 tag:CHANSEL_PXL_EOF channel:0x00 frame:5 vi_tstamp:54553629670 data:0x176f0002
kworker/4:3-10166 [004] .... 1736.673701: rtcpu_vinotify_event: tstamp:54553630455 tag:ATOMP_FE channel:0x00 frame:5 vi_tstamp:54553629685 data:0x00000000
kworker/4:3-10166 [004] .... 1736.673701: rtcpu_vinotify_event: tstamp:54553678454 tag:CHANSEL_PXL_SOF channel:0x00 frame:6 vi_tstamp:54553677961 data:0x00000001
kworker/4:3-10166 [004] .... 1736.673702: rtcpu_vinotify_event: tstamp:54553678616 tag:ATOMP_FS channel:0x00 frame:6 vi_tstamp:54553677965 data:0x00000000
kworker/4:3-10166 [004] .... 1736.673702: rtcpu_vinotify_event: tstamp:54553681497 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:6 vi_tstamp:54553681141 data:0x08000000
kworker/4:3-10166 [004] .... 1736.729698: rtos_queue_peek_from_isr_failed: tstamp:54555584931 queue:0x0b4b4500
vi-output, imx5-10502 [005] .... 1736.788209: tegra_channel_capture_frame: sof:1736.682495429
kworker/4:3-10166 [004] .... 1736.841705: rtcpu_vinotify_event: tstamp:54558505282 tag:CHANSEL_PXL_EOF channel:0x00 frame:6 vi_tstamp:54558504624 data:0x176f0002
kworker/4:3-10166 [004] .... 1736.841708: rtcpu_vinotify_event: tstamp:54558505407 tag:ATOMP_FE channel:0x00 frame:6 vi_tstamp:54558504639 data:0x00000000
kworker/4:3-10166 [004] .... 1736.841708: rtcpu_vinotify_event: tstamp:54558553407 tag:CHANSEL_PXL_SOF channel:0x00 frame:7 vi_tstamp:54558552916 data:0x00000001
kworker/4:3-10166 [004] .... 1736.841709: rtcpu_vinotify_event: tstamp:54558553570 tag:ATOMP_FS channel:0x00 frame:7 vi_tstamp:54558552919 data:0x00000000
kworker/4:3-10166 [004] .... 1736.841709: rtcpu_vinotify_event: tstamp:54558556220 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:7 vi_tstamp:54558555862 data:0x08000000
kworker/4:3-10166 [004] .... 1736.897709: rtos_queue_peek_from_isr_failed: tstamp:54560584942 queue:0x0b4b4500
vi-output, imx5-10502 [003] .n.. 1736.944267: tegra_channel_capture_frame: sof:1736.838493957
kworker/4:3-10166 [004] .... 1736.953718: rtcpu_vinotify_event: tstamp:54563380236 tag:CHANSEL_PXL_EOF channel:0x00 frame:7 vi_tstamp:54563379579 data:0x176f0002
kworker/4:3-10166 [004] .... 1736.953721: rtcpu_vinotify_event: tstamp:54563380360 tag:ATOMP_FE channel:0x00 frame:7 vi_tstamp:54563379593 data:0x00000000
kworker/4:3-10166 [004] .... 1736.953721: rtcpu_vinotify_event: tstamp:54563428364 tag:CHANSEL_PXL_SOF channel:0x00 frame:8 vi_tstamp:54563427870 data:0x00000001
kworker/4:3-10166 [004] .... 1736.953722: rtcpu_vinotify_event: tstamp:54563428525 tag:ATOMP_FS channel:0x00 frame:8 vi_tstamp:54563427873 data:0x00000000
kworker/4:3-10166 [004] .... 1736.953722: rtcpu_vinotify_event: tstamp:54563433924 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:8 vi_tstamp:54563433557 data:0x08000000
kworker/4:3-10166 [004] .... 1737.065690: rtos_queue_peek_from_isr_failed: tstamp:54565584944 queue:0x0b4b4500
vi-output, imx5-10502 [005] .... 1737.100214: tegra_channel_capture_frame: sof:1736.994492485
kworker/4:3-10166 [004] .... 1737.121700: rtcpu_vinotify_event: tstamp:54568255205 tag:CHANSEL_PXL_EOF channel:0x00 frame:8 vi_tstamp:54568254532 data:0x176f0002
kworker/4:3-10166 [004] .... 1737.121703: rtcpu_vinotify_event: tstamp:54568255328 tag:ATOMP_FE channel:0x00 frame:8 vi_tstamp:54568254547 data:0x00000000
kworker/4:3-10166 [004] .... 1737.121704: rtcpu_vinotify_event: tstamp:54568303318 tag:CHANSEL_PXL_SOF channel:0x00 frame:9 vi_tstamp:54568302824 data:0x00000001
kworker/4:3-10166 [004] .... 1737.121705: rtcpu_vinotify_event: tstamp:54568303479 tag:ATOMP_FS channel:0x00 frame:9 vi_tstamp:54568302827 data:0x00000000
kworker/4:3-10166 [004] .... 1737.121705: rtcpu_vinotify_event: tstamp:54568306366 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:9 vi_tstamp:54568306008 data:0x08000000
kworker/4:3-10166 [004] .... 1737.177687: rtos_queue_peek_from_isr_failed: tstamp:54570584950 queue:0x0b4b4500
vi-output, imx5-10502 [005] .... 1737.256209: tegra_channel_capture_frame: sof:1737.150491013
kworker/4:3-10166 [004] .... 1737.289699: rtcpu_vinotify_event: tstamp:54573130157 tag:CHANSEL_PXL_EOF channel:0x00 frame:9 vi_tstamp:54573129486 data:0x176f0002
kworker/4:3-10166 [004] .... 1737.289702: rtcpu_vinotify_event: tstamp:54573130280 tag:ATOMP_FE channel:0x00 frame:9 vi_tstamp:54573129502 data:0x00000000
kworker/4:3-10166 [004] .... 1737.289702: rtcpu_vinotify_event: tstamp:54573178269 tag:CHANSEL_PXL_SOF channel:0x00 frame:10 vi_tstamp:54573177778 data:0x00000001
kworker/4:3-10166 [004] .... 1737.289703: rtcpu_vinotify_event: tstamp:54573178432 tag:ATOMP_FS channel:0x00 frame:10 vi_tstamp:54573177781 data:0x00000000
kworker/4:3-10166 [004] .... 1737.289703: rtcpu_vinotify_event: tstamp:54573181189 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:10 vi_tstamp:54573180831 data:0x08000000
kworker/4:3-10166 [004] .... 1737.345712: rtos_queue_peek_from_isr_failed: tstamp:54575584961 queue:0x0b4b4500
vi-output, imx5-10502 [004] .... 1737.412231: tegra_channel_capture_frame: sof:1737.306489573
kworker/4:3-10166 [004] .... 1737.457700: rtcpu_vinotify_event: tstamp:54578005101 tag:CHANSEL_PXL_EOF channel:0x00 frame:10 vi_tstamp:54578004441 data:0x176f0002
kworker/4:3-10166 [004] .... 1737.457704: rtcpu_vinotify_event: tstamp:54578005224 tag:ATOMP_FE channel:0x00 frame:10 vi_tstamp:54578004456 data:0x00000000
kworker/4:3-10166 [004] .... 1737.457705: rtcpu_vinotify_event: tstamp:54578053226 tag:CHANSEL_PXL_SOF channel:0x00 frame:11 vi_tstamp:54578052733 data:0x00000001
kworker/4:3-10166 [004] .... 1737.457705: rtcpu_vinotify_event: tstamp:54578053388 tag:ATOMP_FS channel:0x00 frame:11 vi_tstamp:54578052736 data:0x00000000
kworker/4:3-10166 [004] .... 1737.457706: rtcpu_vinotify_event: tstamp:54578056863 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:11 vi_tstamp:54578056504 data:0x08000000
kworker/4:3-10166 [004] .... 1737.513717: rtos_queue_peek_from_isr_failed: tstamp:54580584960 queue:0x0b4b4500
vi-output, imx5-10502 [004] .... 1737.568210: tegra_channel_capture_frame: sof:1737.462488069
kworker/4:3-10166 [004] .... 1737.569698: rtcpu_vinotify_event: tstamp:54582880053 tag:CHANSEL_PXL_EOF channel:0x00 frame:11 vi_tstamp:54582879395 data:0x176f0002
kworker/4:3-10166 [004] .... 1737.569699: rtcpu_vinotify_event: tstamp:54582880176 tag:ATOMP_FE channel:0x00 frame:11 vi_tstamp:54582879410 data:0x00000000
kworker/4:3-10166 [004] .... 1737.569700: rtcpu_vinotify_event: tstamp:54582928176 tag:CHANSEL_PXL_SOF channel:0x00 frame:12 vi_tstamp:54582927686 data:0x00000001
kworker/4:3-10166 [004] .... 1737.569700: rtcpu_vinotify_event: tstamp:54582928338 tag:ATOMP_FS channel:0x00 frame:12 vi_tstamp:54582927690 data:0x00000000
kworker/4:3-10166 [004] .... 1737.569701: rtcpu_vinotify_event: tstamp:54582931199 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:12 vi_tstamp:54582930841 data:0x08000000
kworker/4:3-10166 [004] .... 1737.681734: rtos_queue_peek_from_isr_failed: tstamp:54585584973 queue:0x0b4b4500
vi-output, imx5-10502 [004] .... 1737.724199: tegra_channel_capture_frame: sof:1737.618486597
kworker/4:3-10166 [004] .... 1737.737709: rtcpu_vinotify_event: tstamp:54587755007 tag:CHANSEL_PXL_EOF channel:0x00 frame:12 vi_tstamp:54587754349 data:0x176f0002
kworker/4:3-10166 [004] .... 1737.737712: rtcpu_vinotify_event: tstamp:54587755135 tag:ATOMP_FE channel:0x00 frame:12 vi_tstamp:54587754364 data:0x00000000
kworker/4:3-10166 [004] .... 1737.737712: rtcpu_vinotify_event: tstamp:54587803133 tag:CHANSEL_PXL_SOF channel:0x00 frame:13 vi_tstamp:54587802640 data:0x00000001
kworker/4:3-10166 [004] .... 1737.737713: rtcpu_vinotify_event: tstamp:54587803302 tag:ATOMP_FS channel:0x00 frame:13 vi_tstamp:54587802643 data:0x00000000
kworker/4:3-10166 [004] .... 1737.737713: rtcpu_vinotify_event: tstamp:54587805893 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:13 vi_tstamp:54587805536 data:0x08000000
kworker/4:3-10166 [004] .... 1737.849709: rtos_queue_peek_from_isr_failed: tstamp:54590584976 queue:0x0b4b4500
vi-output, imx5-10502 [004] .... 1737.880196: tegra_channel_capture_frame: sof:1737.774485157
kworker/4:3-10166 [004] .... 1737.909730: rtcpu_vinotify_event: tstamp:54592629964 tag:CHANSEL_PXL_EOF channel:0x00 frame:13 vi_tstamp:54592629303 data:0x176f0002
kworker/4:3-10166 [004] .... 1737.909733: rtcpu_vinotify_event: tstamp:54592630090 tag:ATOMP_FE channel:0x00 frame:13 vi_tstamp:54592629317 data:0x00000000
kworker/4:3-10166 [004] .... 1737.909733: rtcpu_vinotify_event: tstamp:54592678089 tag:CHANSEL_PXL_SOF channel:0x00 frame:14 vi_tstamp:54592677595 data:0x00000001
kworker/4:3-10166 [004] .... 1737.909734: rtcpu_vinotify_event: tstamp:54592678251 tag:ATOMP_FS channel:0x00 frame:14 vi_tstamp:54592677598 data:0x00000000
kworker/4:3-10166 [004] .... 1737.909734: rtcpu_vinotify_event: tstamp:54592680772 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:14 vi_tstamp:54592680413 data:0x08000000
kworker/4:3-10166 [004] .... 1738.021730: rtos_queue_peek_from_isr_failed: tstamp:54595584997 queue:0x0b4b4500
vi-output, imx5-10502 [004] .... 1738.036280: tegra_channel_capture_frame: sof:1737.930483653
kworker/4:3-10166 [004] .... 1738.077718: rtcpu_vinotify_event: tstamp:54597504941 tag:CHANSEL_PXL_EOF channel:0x00 frame:14 vi_tstamp:54597504257 data:0x176f0002
kworker/4:3-10166 [004] .... 1738.077721: rtcpu_vinotify_event: tstamp:54597505064 tag:ATOMP_FE channel:0x00 frame:14 vi_tstamp:54597504272 data:0x00000000
kworker/4:3-10166 [004] .... 1738.077721: rtcpu_vinotify_event: tstamp:54597553045 tag:CHANSEL_PXL_SOF channel:0x00 frame:15 vi_tstamp:54597552548 data:0x00000001
kworker/4:3-10166 [004] .... 1738.077722: rtcpu_vinotify_event: tstamp:54597553205 tag:ATOMP_FS channel:0x00 frame:15 vi_tstamp:54597552552 data:0x00000000
kworker/4:3-10166 [004] .... 1738.077722: rtcpu_vinotify_event: tstamp:54597558610 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:15 vi_tstamp:54597558253 data:0x08000000
kworker/4:3-10166 [004] .... 1738.133714: rtos_queue_peek_from_isr_failed: tstamp:54600584996 queue:0x0b4b4500
vi-output, imx5-10502 [004] .... 1738.192194: tegra_channel_capture_frame: sof:1738.86482213
kworker/4:3-10166 [004] .... 1738.245708: rtcpu_vinotify_event: tstamp:54602379872 tag:CHANSEL_PXL_EOF channel:0x00 frame:15 vi_tstamp:54602379212 data:0x176f0002
kworker/4:3-10166 [004] .... 1738.245712: rtcpu_vinotify_event: tstamp:54602379995 tag:ATOMP_FE channel:0x00 frame:15 vi_tstamp:54602379227 data:0x00000000
kworker/4:3-10166 [004] .... 1738.245712: rtcpu_vinotify_event: tstamp:54602427995 tag:CHANSEL_PXL_SOF channel:0x00 frame:16 vi_tstamp:54602427503 data:0x00000001
kworker/4:3-10166 [004] .... 1738.245713: rtcpu_vinotify_event: tstamp:54602428157 tag:ATOMP_FS channel:0x00 frame:16 vi_tstamp:54602427506 data:0x00000000
kworker/4:3-10166 [004] .... 1738.245714: rtcpu_vinotify_event: tstamp:54602430713 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:16 vi_tstamp:54602430355 data:0x08000000
kworker/4:3-10166 [004] .... 1738.301703: rtos_queue_peek_from_isr_failed: tstamp:54605584997 queue:0x0b4b4500
vi-output, imx5-10502 [005] .... 1738.348203: tegra_channel_capture_frame: sof:1738.242480741
kworker/4:3-10166 [004] .... 1738.357697: rtcpu_vinotify_event: tstamp:54607254826 tag:CHANSEL_PXL_EOF channel:0x00 frame:16 vi_tstamp:54607254166 data:0x176f0002
kworker/4:3-10166 [004] .... 1738.357700: rtcpu_vinotify_event: tstamp:54607254949 tag:ATOMP_FE channel:0x00 frame:16 vi_tstamp:54607254180 data:0x00000000
kworker/4:3-10166 [004] .... 1738.357701: rtcpu_vinotify_event: tstamp:54607302951 tag:CHANSEL_PXL_SOF channel:0x00 frame:17 vi_tstamp:54607302457 data:0x00000001
kworker/4:3-10166 [004] .... 1738.357702: rtcpu_vinotify_event: tstamp:54607303113 tag:ATOMP_FS channel:0x00 frame:17 vi_tstamp:54607302460 data:0x00000000
kworker/4:3-10166 [004] .... 1738.357702: rtcpu_vinotify_event: tstamp:54607306011 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:17 vi_tstamp:54607305654 data:0x08000000
kworker/4:3-10166 [004] .... 1738.473690: rtos_queue_peek_from_isr_failed: tstamp:54610585007 queue:0x0b4b4500
vi-output, imx5-10502 [005] .... 1738.504197: tegra_channel_capture_frame: sof:1738.398479269
kworker/4:3-10166 [004] .... 1738.529714: rtcpu_vinotify_event: tstamp:54612129780 tag:CHANSEL_PXL_EOF channel:0x00 frame:17 vi_tstamp:54612129119 data:0x176f0002
kworker/4:3-10166 [004] .... 1738.529717: rtcpu_vinotify_event: tstamp:54612129905 tag:ATOMP_FE channel:0x00 frame:17 vi_tstamp:54612129134 data:0x00000000
kworker/4:3-10166 [004] .... 1738.529718: rtcpu_vinotify_event: tstamp:54612177903 tag:CHANSEL_PXL_SOF channel:0x00 frame:18 vi_tstamp:54612177411 data:0x00000001
kworker/4:3-10166 [004] .... 1738.529718: rtcpu_vinotify_event: tstamp:54612178066 tag:ATOMP_FS channel:0x00 frame:18 vi_tstamp:54612177415 data:0x00000000
kworker/4:3-10166 [004] .... 1738.529719: rtcpu_vinotify_event: tstamp:54612180806 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:18 vi_tstamp:54612180449 data:0x08000000
kworker/4:3-10166 [004] .... 1738.641751: rtos_queue_peek_from_isr_failed: tstamp:54615585010 queue:0x0b4b4500
vi-output, imx5-10502 [004] .... 1738.660191: tegra_channel_capture_frame: sof:1738.554477797
kworker/4:3-10166 [004] .... 1738.697705: rtcpu_vinotify_event: tstamp:54617004732 tag:CHANSEL_PXL_EOF channel:0x00 frame:18 vi_tstamp:54617004074 data:0x176f0002
kworker/4:3-10166 [004] .... 1738.697709: rtcpu_vinotify_event: tstamp:54617004860 tag:ATOMP_FE channel:0x00 frame:18 vi_tstamp:54617004089 data:0x00000000
kworker/4:3-10166 [004] .... 1738.697710: rtcpu_vinotify_event: tstamp:54617052857 tag:CHANSEL_PXL_SOF channel:0x00 frame:19 vi_tstamp:54617052365 data:0x00000001
kworker/4:3-10166 [004] .... 1738.697710: rtcpu_vinotify_event: tstamp:54617053018 tag:ATOMP_FS channel:0x00 frame:19 vi_tstamp:54617052368 data:0x00000000
kworker/4:3-10166 [004] .... 1738.697711: rtcpu_vinotify_event: tstamp:54617055614 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:19 vi_tstamp:54617055256 data:0x08000000
kworker/4:3-10166 [004] .... 1738.809713: rtos_queue_peek_from_isr_failed: tstamp:54620585017 queue:0x0b4b4500
vi-output, imx5-10502 [004] .... 1738.816205: tegra_channel_capture_frame: sof:1738.710476357
kworker/4:3-10166 [004] .... 1738.865708: rtcpu_vinotify_event: tstamp:54621879689 tag:CHANSEL_PXL_EOF channel:0x00 frame:19 vi_tstamp:54621879028 data:0x176f0002
kworker/4:3-10166 [004] .... 1738.865711: rtcpu_vinotify_event: tstamp:54621879812 tag:ATOMP_FE channel:0x00 frame:19 vi_tstamp:54621879043 data:0x00000000
kworker/4:3-10166 [004] .... 1738.865712: rtcpu_vinotify_event: tstamp:54621927810 tag:CHANSEL_PXL_SOF channel:0x00 frame:20 vi_tstamp:54621927320 data:0x00000001
kworker/4:3-10166 [004] .... 1738.865712: rtcpu_vinotify_event: tstamp:54621927975 tag:ATOMP_FS channel:0x00 frame:20 vi_tstamp:54621927323 data:0x00000000
kworker/4:3-10166 [004] .... 1738.865713: rtcpu_vinotify_event: tstamp:54621931083 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:20 vi_tstamp:54621930725 data:0x08000000
vi-output, imx5-10502 [005] .... 1738.972190: tegra_channel_capture_frame: sof:1738.866474853
kworker/4:3-10166 [004] .... 1738.977724: rtos_queue_peek_from_isr_failed: tstamp:54625585023 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1738.977727: rtcpu_vinotify_event: tstamp:54626754640 tag:CHANSEL_PXL_EOF channel:0x00 frame:20 vi_tstamp:54626753982 data:0x176f0002
kworker/4:3-10166 [004] .... 1738.977728: rtcpu_vinotify_event: tstamp:54626754765 tag:ATOMP_FE channel:0x00 frame:20 vi_tstamp:54626753997 data:0x00000000
kworker/4:3-10166 [004] .... 1738.977728: rtcpu_vinotify_event: tstamp:54626802768 tag:CHANSEL_PXL_SOF channel:0x00 frame:21 vi_tstamp:54626802273 data:0x00000001
kworker/4:3-10166 [004] .... 1738.977729: rtcpu_vinotify_event: tstamp:54626802929 tag:ATOMP_FS channel:0x00 frame:21 vi_tstamp:54626802277 data:0x00000000
kworker/4:3-10166 [004] .... 1738.977729: rtcpu_vinotify_event: tstamp:54626805618 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:21 vi_tstamp:54626805261 data:0x08000000
vi-output, imx5-10502 [005] .... 1739.128195: tegra_channel_capture_frame: sof:1739.22473413
kworker/4:3-10166 [004] .... 1739.145719: rtos_queue_peek_from_isr_failed: tstamp:54630585031 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1739.145724: rtcpu_vinotify_event: tstamp:54631629599 tag:CHANSEL_PXL_EOF channel:0x00 frame:21 vi_tstamp:54631628936 data:0x176f0002
kworker/4:3-10166 [004] .... 1739.145725: rtcpu_vinotify_event: tstamp:54631629724 tag:ATOMP_FE channel:0x00 frame:21 vi_tstamp:54631628951 data:0x00000000
kworker/4:3-10166 [004] .... 1739.145726: rtcpu_vinotify_event: tstamp:54631677719 tag:CHANSEL_PXL_SOF channel:0x00 frame:22 vi_tstamp:54631677228 data:0x00000001
kworker/4:3-10166 [004] .... 1739.145727: rtcpu_vinotify_event: tstamp:54631677886 tag:ATOMP_FS channel:0x00 frame:22 vi_tstamp:54631677231 data:0x00000000
kworker/4:3-10166 [004] .... 1739.145727: rtcpu_vinotify_event: tstamp:54631680766 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:22 vi_tstamp:54631680409 data:0x08000000
kworker/4:3-10166 [004] .... 1739.257757: rtos_queue_peek_from_isr_failed: tstamp:54635585038 queue:0x0b4b4500
vi-output, imx5-10502 [004] .... 1739.284184: tegra_channel_capture_frame: sof:1739.178471941
kworker/4:3-10166 [004] .... 1739.313769: rtcpu_vinotify_event: tstamp:54636504552 tag:CHANSEL_PXL_EOF channel:0x00 frame:22 vi_tstamp:54636503891 data:0x176f0002
kworker/4:3-10166 [004] .... 1739.313774: rtcpu_vinotify_event: tstamp:54636504678 tag:ATOMP_FE channel:0x00 frame:22 vi_tstamp:54636503905 data:0x00000000
kworker/4:3-10166 [004] .... 1739.313776: rtcpu_vinotify_event: tstamp:54636552676 tag:CHANSEL_PXL_SOF channel:0x00 frame:23 vi_tstamp:54636552182 data:0x00000001
kworker/4:3-10166 [004] .... 1739.313777: rtcpu_vinotify_event: tstamp:54636552838 tag:ATOMP_FS channel:0x00 frame:23 vi_tstamp:54636552185 data:0x00000000
kworker/4:3-10166 [004] .... 1739.313778: rtcpu_vinotify_event: tstamp:54636555401 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:23 vi_tstamp:54636555044 data:0x08000000
kworker/4:3-10166 [004] .... 1739.425713: rtos_queue_peek_from_isr_failed: tstamp:54640585045 queue:0x0b4b4500
vi-output, imx5-10502 [004] .... 1739.440211: tegra_channel_capture_frame: sof:1739.334470469
kworker/4:3-10166 [004] .... 1739.481738: rtcpu_vinotify_event: tstamp:54641379501 tag:CHANSEL_PXL_EOF channel:0x00 frame:23 vi_tstamp:54641378844 data:0x176f0002
kworker/4:3-10166 [004] .... 1739.481741: rtcpu_vinotify_event: tstamp:54641379625 tag:ATOMP_FE channel:0x00 frame:23 vi_tstamp:54641378860 data:0x00000000
kworker/4:3-10166 [004] .... 1739.481742: rtcpu_vinotify_event: tstamp:54641427637 tag:CHANSEL_PXL_SOF channel:0x00 frame:24 vi_tstamp:54641427136 data:0x00000001
kworker/4:3-10166 [004] .... 1739.481742: rtcpu_vinotify_event: tstamp:54641427799 tag:ATOMP_FS channel:0x00 frame:24 vi_tstamp:54641427140 data:0x00000000
kworker/4:3-10166 [004] .... 1739.481743: rtcpu_vinotify_event: tstamp:54641431281 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:24 vi_tstamp:54641430922 data:0x08000000
kworker/4:3-10166 [004] .... 1739.593710: rtos_queue_peek_from_isr_failed: tstamp:54645585054 queue:0x0b4b4500
vi-output, imx5-10502 [004] .... 1739.596189: tegra_channel_capture_frame: sof:1739.490468997
kworker/4:3-10166 [004] .... 1739.649726: rtcpu_vinotify_event: tstamp:54646254457 tag:CHANSEL_PXL_EOF channel:0x00 frame:24 vi_tstamp:54646253799 data:0x176f0002
kworker/4:3-10166 [004] .... 1739.649729: rtcpu_vinotify_event: tstamp:54646254580 tag:ATOMP_FE channel:0x00 frame:24 vi_tstamp:54646253814 data:0x00000000
kworker/4:3-10166 [004] .... 1739.649730: rtcpu_vinotify_event: tstamp:54646302583 tag:CHANSEL_PXL_SOF channel:0x00 frame:25 vi_tstamp:54646302090 data:0x00000001
kworker/4:3-10166 [004] .... 1739.649730: rtcpu_vinotify_event: tstamp:54646302746 tag:ATOMP_FS channel:0x00 frame:25 vi_tstamp:54646302093 data:0x00000000
kworker/4:3-10166 [004] .... 1739.649731: rtcpu_vinotify_event: tstamp:54646305514 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:25 vi_tstamp:54646305159 data:0x08000000
vi-output, imx5-10502 [004] .... 1739.752184: tegra_channel_capture_frame: sof:1739.646467525
kworker/4:3-10166 [004] .... 1739.761744: rtos_queue_peek_from_isr_failed: tstamp:54650585064 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1739.761747: rtcpu_vinotify_event: tstamp:54651129413 tag:CHANSEL_PXL_EOF channel:0x00 frame:25 vi_tstamp:54651128753 data:0x176f0002
kworker/4:3-10166 [004] .... 1739.761748: rtcpu_vinotify_event: tstamp:54651129540 tag:ATOMP_FE channel:0x00 frame:25 vi_tstamp:54651128767 data:0x00000000
kworker/4:3-10166 [004] .... 1739.761749: rtcpu_vinotify_event: tstamp:54651177538 tag:CHANSEL_PXL_SOF channel:0x00 frame:26 vi_tstamp:54651177044 data:0x00000001
kworker/4:3-10166 [004] .... 1739.761749: rtcpu_vinotify_event: tstamp:54651177719 tag:ATOMP_FS channel:0x00 frame:26 vi_tstamp:54651177047 data:0x00000000
kworker/4:3-10166 [004] .... 1739.761750: rtcpu_vinotify_event: tstamp:54651180364 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:26 vi_tstamp:54651180008 data:0x08000000
vi-output, imx5-10502 [004] .... 1739.908185: tegra_channel_capture_frame: sof:1739.802466053
kworker/4:3-10166 [004] .... 1739.929783: rtos_queue_peek_from_isr_failed: tstamp:54655585064 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1739.929791: rtcpu_vinotify_event: tstamp:54656004374 tag:CHANSEL_PXL_EOF channel:0x00 frame:26 vi_tstamp:54656003707 data:0x176f0002
kworker/4:3-10166 [004] .... 1739.929792: rtcpu_vinotify_event: tstamp:54656004490 tag:ATOMP_FE channel:0x00 frame:26 vi_tstamp:54656003722 data:0x00000000
kworker/4:3-10166 [004] .... 1739.929794: rtcpu_vinotify_event: tstamp:54656052500 tag:CHANSEL_PXL_SOF channel:0x00 frame:27 vi_tstamp:54656051998 data:0x00000001
kworker/4:3-10166 [004] .... 1739.929796: rtcpu_vinotify_event: tstamp:54656052667 tag:ATOMP_FS channel:0x00 frame:27 vi_tstamp:54656052002 data:0x00000000
kworker/4:3-10166 [004] .... 1739.929798: rtcpu_vinotify_event: tstamp:54656055443 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:27 vi_tstamp:54656055086 data:0x08000000
vi-output, imx5-10502 [004] .... 1740.064195: tegra_channel_capture_frame: sof:1739.958464613
kworker/4:3-10166 [004] .... 1740.097745: rtos_queue_peek_from_isr_failed: tstamp:54660585072 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1740.097749: rtcpu_vinotify_event: tstamp:54660879315 tag:CHANSEL_PXL_EOF channel:0x00 frame:27 vi_tstamp:54660878661 data:0x176f0002
kworker/4:3-10166 [004] .... 1740.097750: rtcpu_vinotify_event: tstamp:54660879432 tag:ATOMP_FE channel:0x00 frame:27 vi_tstamp:54660878676 data:0x00000000
kworker/4:3-10166 [004] .... 1740.097751: rtcpu_vinotify_event: tstamp:54660927448 tag:CHANSEL_PXL_SOF channel:0x00 frame:28 vi_tstamp:54660926953 data:0x00000001
kworker/4:3-10166 [004] .... 1740.097751: rtcpu_vinotify_event: tstamp:54660927611 tag:ATOMP_FS channel:0x00 frame:28 vi_tstamp:54660926956 data:0x00000000
kworker/4:3-10166 [004] .... 1740.097752: rtcpu_vinotify_event: tstamp:54660930765 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:28 vi_tstamp:54660930408 data:0x08000000
vi-output, imx5-10502 [004] .... 1740.220199: tegra_channel_capture_frame: sof:1740.114463141
kworker/4:3-10166 [004] .... 1740.265772: rtos_queue_peek_from_isr_failed: tstamp:54665585079 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1740.265777: rtcpu_vinotify_event: tstamp:54665754271 tag:CHANSEL_PXL_EOF channel:0x00 frame:28 vi_tstamp:54665753616 data:0x176f0002
kworker/4:3-10166 [004] .... 1740.265777: rtcpu_vinotify_event: tstamp:54665754397 tag:ATOMP_FE channel:0x00 frame:28 vi_tstamp:54665753630 data:0x00000000
kworker/4:3-10166 [004] .... 1740.265778: rtcpu_vinotify_event: tstamp:54665802398 tag:CHANSEL_PXL_SOF channel:0x00 frame:29 vi_tstamp:54665801907 data:0x00000001
kworker/4:3-10166 [004] .... 1740.265779: rtcpu_vinotify_event: tstamp:54665802560 tag:ATOMP_FS channel:0x00 frame:29 vi_tstamp:54665801910 data:0x00000000
kworker/4:3-10166 [004] .... 1740.265779: rtcpu_vinotify_event: tstamp:54665805901 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:29 vi_tstamp:54665805544 data:0x08000000
vi-output, imx5-10502 [004] .... 1740.376180: tegra_channel_capture_frame: sof:1740.270461637
kworker/4:3-10166 [004] .... 1740.377750: rtos_queue_peek_from_isr_failed: tstamp:54670585088 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1740.377753: rtcpu_vinotify_event: tstamp:54670629236 tag:CHANSEL_PXL_EOF channel:0x00 frame:29 vi_tstamp:54670628569 data:0x176f0002
kworker/4:3-10166 [004] .... 1740.377754: rtcpu_vinotify_event: tstamp:54670629355 tag:ATOMP_FE channel:0x00 frame:29 vi_tstamp:54670628584 data:0x00000000
kworker/4:3-10166 [004] .... 1740.377754: rtcpu_vinotify_event: tstamp:54670677354 tag:CHANSEL_PXL_SOF channel:0x00 frame:30 vi_tstamp:54670676860 data:0x00000001
kworker/4:3-10166 [004] .... 1740.377755: rtcpu_vinotify_event: tstamp:54670677519 tag:ATOMP_FS channel:0x00 frame:30 vi_tstamp:54670676864 data:0x00000000
kworker/4:3-10166 [004] .... 1740.377755: rtcpu_vinotify_event: tstamp:54670680266 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:30 vi_tstamp:54670679909 data:0x08000000
vi-output, imx5-10502 [004] .... 1740.532174: tegra_channel_capture_frame: sof:1740.426460197
kworker/4:3-10166 [004] .... 1740.545757: rtcpu_vinotify_event: tstamp:54675504178 tag:CHANSEL_PXL_EOF channel:0x00 frame:30 vi_tstamp:54675503523 data:0x176f0002
kworker/4:3-10166 [004] .... 1740.545760: rtcpu_vinotify_event: tstamp:54675504303 tag:ATOMP_FE channel:0x00 frame:30 vi_tstamp:54675503538 data:0x00000000
kworker/4:3-10166 [004] .... 1740.545760: rtcpu_vinotify_event: tstamp:54675552306 tag:CHANSEL_PXL_SOF channel:0x00 frame:31 vi_tstamp:54675551815 data:0x00000001
kworker/4:3-10166 [004] .... 1740.545761: rtcpu_vinotify_event: tstamp:54675552468 tag:ATOMP_FS channel:0x00 frame:31 vi_tstamp:54675551818 data:0x00000000
kworker/4:3-10166 [004] .... 1740.545762: rtcpu_vinotify_event: tstamp:54675555117 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:31 vi_tstamp:54675554759 data:0x08000000
kworker/4:3-10166 [004] .... 1740.545764: rtos_queue_peek_from_isr_failed: tstamp:54675585088 queue:0x0b4b4500
v4l2-ctl-10501 [000] .... 1740.619580: tegra_channel_close: vi-output, imx586 2-001a
vi-output, imx5-10502 [000] .... 1740.688166: tegra_channel_capture_frame: sof:1740.582458757
kworker/4:3-10166 [004] .... 1740.713743: rtcpu_vinotify_event: tstamp:54680379139 tag:CHANSEL_PXL_EOF channel:0x00 frame:31 vi_tstamp:54680378478 data:0x176f0002
kworker/4:3-10166 [004] .... 1740.713747: rtcpu_vinotify_event: tstamp:54680379262 tag:ATOMP_FE channel:0x00 frame:31 vi_tstamp:54680378492 data:0x00000000
kworker/4:3-10166 [004] .... 1740.713748: rtcpu_vinotify_event: tstamp:54680427261 tag:CHANSEL_PXL_SOF channel:0x00 frame:32 vi_tstamp:54680426770 data:0x00000001
kworker/4:3-10166 [004] .... 1740.713749: rtcpu_vinotify_event: tstamp:54680427425 tag:ATOMP_FS channel:0x00 frame:32 vi_tstamp:54680426773 data:0x00000000
kworker/4:3-10166 [004] .... 1740.713749: rtcpu_vinotify_event: tstamp:54680430366 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:32 vi_tstamp:54680430009 data:0x08000000
kworker/4:3-10166 [004] .... 1740.713752: rtos_queue_peek_from_isr_failed: tstamp:54680585093 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1740.881746: rtcpu_vinotify_event: tstamp:54685254091 tag:CHANSEL_PXL_EOF channel:0x00 frame:32 vi_tstamp:54685253432 data:0x176f0002
kworker/4:3-10166 [004] .... 1740.881750: rtcpu_vinotify_event: tstamp:54685254214 tag:ATOMP_FE channel:0x00 frame:32 vi_tstamp:54685253447 data:0x00000000
kworker/4:3-10166 [004] .... 1740.881752: rtcpu_vinotify_event: tstamp:54685302216 tag:CHANSEL_PXL_SOF channel:0x00 frame:33 vi_tstamp:54685301723 data:0x00000001
kworker/4:3-10166 [004] .... 1740.881752: rtcpu_vinotify_event: tstamp:54685302378 tag:ATOMP_FS channel:0x00 frame:33 vi_tstamp:54685301727 data:0x00000000
kworker/4:3-10166 [004] .... 1740.881755: rtos_queue_peek_from_isr_failed: tstamp:54685585100 queue:0x0b4b4500
v4l2-ctl-10501 [003] .... 1740.906096: tegra_channel_capture_setup: vnc_id 0 W 8000 H 6000 fmt 20
v4l2-ctl-10501 [003] .... 1740.906125: tegra_channel_capture_done: eof:0.-266613294424
v4l2-ctl-10501 [003] .... 1740.906331: tegra_channel_set_stream: enable : 0x0
v4l2-ctl-10501 [003] .... 1740.906333: tegra_channel_set_stream: imx586 2-001a : 0x0
v4l2-ctl-10501 [000] .... 1740.908255: tegra_channel_set_stream: 150c0000.nvcsi--1 : 0x0
v4l2-ctl-10501 [000] .... 1740.908259: csi_s_stream: enable : 0x0
kworker/4:3-10166 [004] .... 1740.937736: rtos_queue_send_from_isr_failed: tstamp:54687212736 queue:0x0b4a7258
kworker/4:3-10166 [004] .... 1740.937739: rtos_queue_send_from_isr_failed: tstamp:54687212855 queue:0x0b4aad68
kworker/4:3-10166 [004] .... 1740.937740: rtos_queue_send_from_isr_failed: tstamp:54687212962 queue:0x0b4ac998
kworker/4:3-10166 [004] .... 1740.937741: rtos_queue_send_from_isr_failed: tstamp:54687213070 queue:0x0b4ae518
kworker/4:3-10166 [004] .... 1740.937741: rtos_queue_send_from_isr_failed: tstamp:54687213176 queue:0x0b4af2d8
kworker/4:3-10166 [004] .... 1740.937742: rtos_queue_send_from_isr_failed: tstamp:54687213284 queue:0x0b4b0098
kworker/4:3-10166 [004] .... 1740.937743: rtos_queue_send_from_isr_failed: tstamp:54687213388 queue:0x0b4b0e58
kworker/4:3-10166 [004] .... 1740.937743: rtos_queue_send_from_isr_failed: tstamp:54687213491 queue:0x0b4b1c18
kworker/4:3-10166 [004] .... 1740.937745: rtcpu_vinotify_event: tstamp:54687215329 tag:CHANSEL_LOAD_FRAMED channel:0x01 frame:33 vi_tstamp:54687213837 data:0x08000000
kworker/4:3-10166 [004] .... 1740.937746: rtcpu_vinotify_event: tstamp:54687215451 tag:CHANSEL_FAULT_FE channel:0x01 frame:33 vi_tstamp:54687213839 data:0x00000001
kworker/4:3-10166 [004] .... 1740.937746: rtcpu_vinotify_event: tstamp:54687215645 tag:ATOMP_FE channel:0x00 frame:33 vi_tstamp:54687213839 data:0x00000000
kworker/4:3-10166 [004] .... 1740.937748: rtos_queue_send_failed: tstamp:54687219341 queue:0x0b4a7258
kworker/4:3-10166 [004] .... 1740.937749: rtos_queue_send_from_isr_failed: tstamp:54687223385 queue:0x0b4a7258
kworker/4:3-10166 [004] .... 1740.937750: rtos_queue_send_from_isr_failed: tstamp:54687223493 queue:0x0b4aad68
kworker/4:3-10166 [004] .... 1740.937750: rtos_queue_send_from_isr_failed: tstamp:54687223599 queue:0x0b4ac998
kworker/4:3-10166 [004] .... 1740.937751: rtos_queue_send_from_isr_failed: tstamp:54687223705 queue:0x0b4ae518
kworker/4:3-10166 [004] .... 1740.937752: rtos_queue_send_from_isr_failed: tstamp:54687223809 queue:0x0b4af2d8
kworker/4:3-10166 [004] .... 1740.937752: rtos_queue_send_from_isr_failed: tstamp:54687223914 queue:0x0b4b0098
kworker/4:3-10166 [004] .... 1740.937753: rtos_queue_send_from_isr_failed: tstamp:54687224019 queue:0x0b4b0e58
kworker/4:3-10166 [004] .... 1740.937754: rtos_queue_send_from_isr_failed: tstamp:54687224135 queue:0x0b4b1c18
kworker/4:3-10166 [004] .... 1740.937754: rtos_queue_send_failed: tstamp:54687224568 queue:0x0b4a7258
kworker/4:3-10166 [004] .... 1740.937755: rtos_queue_send_from_isr_failed: tstamp:54687232938 queue:0x0b4a7258
kworker/4:3-10166 [004] .... 1740.937756: rtos_queue_send_from_isr_failed: tstamp:54687233052 queue:0x0b4aad68
kworker/4:3-10166 [004] .... 1740.937756: rtos_queue_send_from_isr_failed: tstamp:54687233158 queue:0x0b4ac998
kworker/4:3-10166 [004] .... 1740.937757: rtos_queue_send_from_isr_failed: tstamp:54687233266 queue:0x0b4ae518
kworker/4:3-10166 [004] .... 1740.937758: rtos_queue_send_from_isr_failed: tstamp:54687233371 queue:0x0b4af2d8
kworker/4:3-10166 [004] .... 1740.937759: rtos_queue_send_from_isr_failed: tstamp:54687233485 queue:0x0b4b0098
kworker/4:3-10166 [004] .... 1740.937759: rtos_queue_send_from_isr_failed: tstamp:54687233590 queue:0x0b4b0e58
kworker/4:3-10166 [004] .... 1740.937760: rtos_queue_send_from_isr_failed: tstamp:54687233695 queue:0x0b4b1c18
kworker/4:3-10166 [004] .... 1740.937761: rtos_queue_send_failed: tstamp:54687234127 queue:0x0b4a7258
kworker/4:3-10166 [004] .... 1740.937761: rtos_queue_send_from_isr_failed: tstamp:54687236256 queue:0x0b4a7258
kworker/4:3-10166 [004] .... 1740.937762: rtos_queue_send_from_isr_failed: tstamp:54687236371 queue:0x0b4aad68
kworker/4:3-10166 [004] .... 1740.937763: rtos_queue_send_from_isr_failed: tstamp:54687236478 queue:0x0b4ac998
kworker/4:3-10166 [004] .... 1740.937763: rtos_queue_send_from_isr_failed: tstamp:54687236584 queue:0x0b4ae518
kworker/4:3-10166 [004] .... 1740.937764: rtos_queue_send_from_isr_failed: tstamp:54687236689 queue:0x0b4af2d8
kworker/4:3-10166 [004] .... 1740.937764: rtos_queue_send_from_isr_failed: tstamp:54687236798 queue:0x0b4b0098
kworker/4:3-10166 [004] .... 1740.937765: rtos_queue_send_from_isr_failed: tstamp:54687236903 queue:0x0b4b0e58
kworker/4:3-10166 [004] .... 1740.937766: rtos_queue_send_from_isr_failed: tstamp:54687237009 queue:0x0b4b1c18
kworker/4:3-10166 [004] .... 1740.937767: rtos_queue_send_failed: tstamp:54687237930 queue:0x0b4a7258
kworker/4:3-10166 [004] .... 1740.937767: rtos_queue_send_from_isr_failed: tstamp:54687240737 queue:0x0b4a7258
kworker/4:3-10166 [004] .... 1740.937768: rtos_queue_send_from_isr_failed: tstamp:54687240845 queue:0x0b4aad68
kworker/4:3-10166 [004] .... 1740.937768: rtos_queue_send_from_isr_failed: tstamp:54687240953 queue:0x0b4ac998
kworker/4:3-10166 [004] .... 1740.937769: rtos_queue_send_from_isr_failed: tstamp:54687241060 queue:0x0b4ae518
kworker/4:3-10166 [004] .... 1740.937770: rtos_queue_send_from_isr_failed: tstamp:54687241165 queue:0x0b4af2d8
kworker/4:3-10166 [004] .... 1740.937770: rtos_queue_send_from_isr_failed: tstamp:54687241270 queue:0x0b4b0098
kworker/4:3-10166 [004] .... 1740.937771: rtos_queue_send_from_isr_failed: tstamp:54687241375 queue:0x0b4b0e58
kworker/4:3-10166 [004] .... 1740.937772: rtos_queue_send_from_isr_failed: tstamp:54687241484 queue:0x0b4b1c18
kworker/4:3-10166 [004] .... 1740.937772: rtos_queue_send_failed: tstamp:54687242034 queue:0x0b4a7258
kworker/4:3-10166 [004] .... 1740.937773: rtos_queue_send_from_isr_failed: tstamp:54687243756 queue:0x0b4a7258
kworker/4:3-10166 [004] .... 1740.937774: rtos_queue_send_from_isr_failed: tstamp:54687243865 queue:0x0b4aad68
kworker/4:3-10166 [004] .... 1740.937774: rtos_queue_send_from_isr_failed: tstamp:54687243971 queue:0x0b4ac998
kworker/4:3-10166 [004] .... 1740.937775: rtos_queue_send_from_isr_failed: tstamp:54687244078 queue:0x0b4ae518
kworker/4:3-10166 [004] .... 1740.937776: rtos_queue_send_from_isr_failed: tstamp:54687244182 queue:0x0b4af2d8
kworker/4:3-10166 [004] .... 1740.937776: rtos_queue_send_from_isr_failed: tstamp:54687244290 queue:0x0b4b0098
kworker/4:3-10166 [004] .... 1740.937777: rtos_queue_send_from_isr_failed: tstamp:54687244395 queue:0x0b4b0e58
kworker/4:3-10166 [004] .... 1740.937778: rtos_queue_send_from_isr_failed: tstamp:54687244500 queue:0x0b4b1c18
kworker/4:3-10166 [004] .... 1740.937778: rtos_queue_send_failed: tstamp:54687244928 queue:0x0b4a7258
v4l2-ctl-10501 [003] .... 1740.961547: tegra_channel_set_power: imx586 2-001a : 0x0
v4l2-ctl-10501 [003] .... 1740.961561: camera_common_s_power: status : 0x0
v4l2-ctl-10501 [005] .... 1740.961756: tegra_channel_set_power: 150c0000.nvcsi--1 : 0x0
v4l2-ctl-10501 [005] .... 1740.961760: csi_s_power: enable : 0x0
kworker/4:3-10166 [004] .... 1741.049781: rtos_queue_peek_from_isr_failed: tstamp:54690585132 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1741.217766: rtos_queue_peek_from_isr_failed: tstamp:54695585121 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1741.385757: rtos_queue_peek_from_isr_failed: tstamp:54700585129 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1741.497836: rtos_queue_peek_from_isr_failed: tstamp:54705585136 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1741.665834: rtos_queue_peek_from_isr_failed: tstamp:54710585143 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1741.833772: rtos_queue_peek_from_isr_failed: tstamp:54715585148 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1742.001802: rtos_queue_peek_from_isr_failed: tstamp:54720585149 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1742.169754: rtos_queue_peek_from_isr_failed: tstamp:54725585162 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1742.337764: rtos_queue_peek_from_isr_failed: tstamp:54730585179 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1742.505789: rtos_queue_peek_from_isr_failed: tstamp:54735585176 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1742.617780: rtos_queue_peek_from_isr_failed: tstamp:54740585182 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1742.785762: rtos_queue_peek_from_isr_failed: tstamp:54745585189 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1742.953775: rtos_queue_peek_from_isr_failed: tstamp:54750585194 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1743.121772: rtos_queue_peek_from_isr_failed: tstamp:54755585203 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1743.289799: rtos_queue_peek_from_isr_failed: tstamp:54760585211 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1743.457794: rtos_queue_peek_from_isr_failed: tstamp:54765585215 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1743.625799: rtos_queue_peek_from_isr_failed: tstamp:54770585231 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1743.737803: rtos_queue_peek_from_isr_failed: tstamp:54775585227 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1743.905818: rtos_queue_peek_from_isr_failed: tstamp:54780585228 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1744.073866: rtos_queue_peek_from_isr_failed: tstamp:54785585247 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1744.241785: rtos_queue_peek_from_isr_failed: tstamp:54790585253 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1744.409823: rtos_queue_peek_from_isr_failed: tstamp:54795585255 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1744.577797: rtos_queue_peek_from_isr_failed: tstamp:54800585261 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1744.745866: rtos_queue_peek_from_isr_failed: tstamp:54805585272 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1744.857849: rtos_queue_peek_from_isr_failed: tstamp:54810585278 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1745.025789: rtos_queue_peek_from_isr_failed: tstamp:54815585286 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1745.193878: rtos_queue_peek_from_isr_failed: tstamp:54820585293 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1745.361875: rtos_queue_peek_from_isr_failed: tstamp:54825585300 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1745.529793: rtos_queue_peek_from_isr_failed: tstamp:54830585305 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1745.697801: rtos_queue_peek_from_isr_failed: tstamp:54835585308 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1745.865792: rtos_queue_peek_from_isr_failed: tstamp:54840585309 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1745.978023: rtos_queue_peek_from_isr_failed: tstamp:54845585325 queue:0x0b4b4500
kworker/4:3-10166 [004] .... 1746.033861: rtos_queue_peek_from_isr_failed: tstamp:54846233379 queue:0x0b4b4500
What do you think will lead to this problem? And will this have an impact on GStreamer?
Thanks and Best Regards!
Hellow!
I found the problem. The camera in 4000 * 3000 resolution mode is wrong due to my wrong register setting.
Now that the modification is complete, I can turn on the camera using the GStreamer command.
gst-launch-1.0 --gst-debug-level=4 nvarguscamerasrc sensor-mode=3 sensor_id=0 ! ‘video/x-raw(memory:NVMM),width=4000, height=3000, framerate=24/1’ ! nvvidconv flip-method=0 ! ‘video/x-raw,width=960, height=720, format=RGBA’ ! nvvidconv ! nvegltransform ! nveglglessink -e
Thanks and Best Regards!