You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run "example_putImagetrans.cc" according to the tutorial in bilibili, it doesn't come up with the prompt [UnitreeCameraSDK][info] Load camera flash parameters OK!
unitree@unitree-desktop:~/UnitreecameraSDK$ ./bins/example_putImagetrans
[WARN:0] global /home/nvidia/host/build_opencv/nv_opencv/modules/videoio/src/cap_gstreamer.cpp(1757) handleMessage Opencv | Gstreamer warning: Embedded video playback halted; module v4l2srce reported: Internal data stream error.
[WARN:0] global /home/nvidia/host/build_opencv/nv_opencv/modules/videoio/src/cap_gstreamer.cpp(886) open Opencv | Gstreamer warning: unable to start pipeline
[WARN:0] global /home/nvidia/host/build_opencv/nv_opencv/modules/videoio/src/cap_gstreamer.cpp(480) isPipelinePlaying OpencV | Gstreamer warning: Gstreamer: pipeline have not been created
And I don't get the image from the camera...
Does anybody know how to fix the issue?
The text was updated successfully, but these errors were encountered:
the another reason i believe the example can fail is because of the configuration in the "trans_rect_config.yaml" file, there are 3 specific configurations that can make the example not run properly:
ip of the reciever board (IpLastSegment), i use 15 to transfer to one of the nanos
DeviceNode (for example i use DeviceNode as 1 for the front camera in the head)
set Transmode to 2 worked for me
So with this configuration i transfer the images from the front camera to the nano with ip finished with 15
I hope this can help
Dear Unitree,
When I run "example_putImagetrans.cc" according to the tutorial in bilibili, it doesn't come up with the prompt
[UnitreeCameraSDK][info] Load camera flash parameters OK!
And I don't get the image from the camera...
Does anybody know how to fix the issue?
The text was updated successfully, but these errors were encountered: