-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to view video on Jetson TX2 #10175
Comments
Hi @Kaijun101 I note that you have the pointcloud filter enabled in your RealSense ROS roslaunch log. There is currently a known issue with using the pointcloud filter with Jetson boards specifically that can result in problems such as missing color or very low FPS. These problems typically disappear if the pointcloud filter is not enabled. IntelRealSense/realsense-ros#1967 provides more information about this. In regard to no RGB stream in the RealSense Viewer, are you receiving a No Frames Received message in the RGB stream panel? If so, can you confirm that (1) you do not have the Motion Module enabled, and (2) you are not actively running a RealSense ROS launch at the same time as attempting to access the RGB stream in the Viewer. |
Thanks @MartyG-RealSense for your reply. Regarding the pointcloud, I have disabled point cloud using this command: roslaunch realsense2_camera rs_camera.launch filters:=pointcloud ... logging to /home/jetson/.ros/log/37e86530-7aa0-11ec-b025-00044bc72037/roslaunch-jetson-desktop-24605.log started roslaunch server http://jetson-desktop:40199/ SUMMARYPARAMETERS
NODES auto-starting new master setting /run_id to 37e86530-7aa0-11ec-b025-00044bc72037 [ INFO] [1642758914.644144150]: Device with physical ID 2-1-3 was found. Building the realsense SDKFor building librealsense, I have check out to v2.45.0 and used the following to configure the build files: cmake ../ -DBUILD_EXAMPLES=true -DFORCE_RUSB_BACKEND=true -DBUILD_WITH_CUDA=True -DCMAKE_BUILD_TYPE=release -- Info: REALSENSE_VERSION_STRING=2.45.0
-- Build files have been written to: /home/jetson/librealsense/build Realsense-viewerWith regards to realsense-viewer, I do not see the no RGB stream message and when only the RGB camera option is toggled this is the error message I received |
The log states that depth FPS is configured for 90 and color is configured for 60. Can you try the roslaunch instruction below please, which sets depth and color to 640x480 and 30 FPS, to confirm whether or not a lower FPS improves stability, please. roslaunch realsense2_camera rs_camera.launch depth_width:=640 depth_height:=480 depth_fps:=30 color_width:=640 color_height:=480 color_fps:=30 |
When I run realsense-viewer, I still cannot view rgb stream. Below are the log when the depth stream and RGB stream are toggled on. I toggled the depth stream before toggle the RGB camera stream. #When depth stream is toggled on 22/01 13:47:15,556 WARNING [547926273824] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61 When RGB Camera option is toggled on but no RGB video feed22/01 13:47:23,479 ERROR [547557941024] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_ ROS launchI also followed the recommendation and use the following parameters to roslaunch but it still produce continuous stream of error. roslaunch realsense2_camera rs_camera.launch depth_width:=640 depth_height:=480 depth_fps:=30 color_width:=640 color_height:=480 color_fps:=30 Checking log directory for disk usage. This may take a while. started roslaunch server http://jetson-desktop:40975/ SUMMARYPARAMETERS
NODES auto-starting new master setting /run_id to 8272a5ac-7b4f-11ec-a0f7-00044bc72035 [ INFO] [1642834201.439588044]: Device with physical ID 2-1-2 was found. Building of Realsense SDKCould there be some issue with how the SDK is being built. Do you also have recommendations on how I can build SDK v2.45.0 with CUDA support, on Jetson TX2? |
I have not seen the 1kernel_other_to_depth variant of the 'Exception was thrown during user processing callback' error before. You could build librealsense from source code with CMake on Jetson using the RSUSB backend installation method and include CUDA support by having the term DBUILD_WITH_CUDA:bool=True in the CMake build instruction. #6964 (comment) has Jetson installation instructions for an RSUSB build. You can obtain the source code for librealsense 2.45.0 from the 'Assets' file list at the bottom of the version information listing at the link below. https://github.com/IntelRealSense/librealsense/releases/tag/v2.45.0 |
Issue DescriptionHi @MartyG-RealSense, I am currently using auvidea j120 board with jetson TX2 and D435i. ERROR [547423751968] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_ Additional Queries |
jetsonhacks/buildLibrealsense2TX#13 (comment) suggests making an edit to the /bashrc file and then reloading the terminal if problems are occurring on Jetson when CUDA support is enabled. Using an older version of the RealSense SDK / RealSense Viewer should be fine, up to a point. If you have firmware 5.12.8.200 or newer installed then the minimum SDK version used should be 2.39.0, due to internal changes in the firmware from firmware 5.12.8.200 onwards. If you anticipate needing to use SDK / Viewer versions older than 2.39.0 then firmware 5.12.7.100 should be used, as this is the version before the internal firmware changes were introduced that made 2.39.0 the minimum SDK. |
Hi @MartyG-RealSense, thanks for all your help so far but i am currently still unable to successfully build using cuda 10.2 using the above suggested information. Below is the list of the full build log that i did which i hope would be beneficial in debugging this issue that I am facing. Steps taken (After updating bashrc) Full build log file of the above mention build Same error faced ERROR [547423751968] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
|
I researched the issue further and found another RealSense user who experienced the same error message at IntelRealSense/realsense-ros#1604 (comment) In that same case that user later commented, "It got addressed by adding more swap memory. As it turned out it was due to CUDA memory allocation error. It seems without extra swap it was possible to get only part of topics published". A JetsonHacks guide at the link below provides advice about increasing swap memory for CUDA to use. https://www.jetsonhacks.com/2019/11/28/jetson-nano-even-more-swap/ |
Hi @MartyG-RealSense, I tried increasing the swap to 8gb and rebuilding it but the same error pops out too. |
Given that the error message references intrinsics, let's try resetting the camera to its default factory-new calibration settings in the RealSense Viewer using the instructions at #10182 (comment) |
Tried with this method, but still got the same error. This issues seems to persistent when building with cuda on a TX2 Jetson. |
The CUDA support in librealsense provides Nvidia graphics GPU acceleration for a limited range of functions (color conversion, pointcloud and align). If your particular application is not dependent on depth-color alignment or pointcloud generation then you may be able to build librealsense without CUDA support and not see a significant difference in performance. |
Hi, @MartyG-RealSense, do you have a list of fucntions that can benefit fro, cuda support? |
Hi @Kaijun101 Do you require further assistance with this case, please? Thanks! |
Hi @MartyG-RealSense, thanks for assisting me on this issue, we manage to resolve the issue. It turn out to be a native cuda issue. |
You are very welcome. It's great to hear that you achieved a solution. Thanks for the update! |
@Kaijun101 Hey, I believe I have the same issue as you had. I'm using an Advantech PC based on Tegra TX2 with the CUDA 10.2 as well. I also tried different color settings on realsense-viewer, for YUYV it is working fine but for RGB8 I still get:
Could you please share your solution so I can fix it too? |
@afonsofonbraga I have same problem Jetson nano & CUDA10.0 Jetpack 4.3. If you @Kaijun101 can provide us with the solution, this would be very helpful. |
Hi @lamiazain @afonsofonbraga , when i was debugging i notice that my CUDA was not build properly on my jetson TX2. One way you can check is to build realsense without cuda first and see if this error pops up. If there is no more error most likely you did not link your CUDA in /.basrc file or your CUDA is not build properly on your device. |
Thanks so much @Kaijun101 for providing advice to @lamiazain and @afonsofonbraga :) |
@Kaijun101 Thanks for the reply! I'll test it later 😄 |
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
When I run realsense-ros there is a continuous log of control transfer error. When used with Realsense viewer, there is no rgb streaming when that option is toggled. When that option is toggle, the control transfer error shown below will log continuously,like few errors per second. I have attached the log for reference. The sdk was build from source with cuda support too.
TERMINAL LOG
... logging to /home/jetson/.ros/log/c5e65c10-7a88-11ec-868d-00044bc725a4/roslaunch-jetson-desktop-23476.log
Checking log directory for disk usage. This may take a while.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
started roslaunch server http://jetson-desktop:44513/
SUMMARY
PARAMETERS
NODES
/camera/
realsense2_camera (nodelet/nodelet)
realsense2_camera_manager (nodelet/nodelet)
ROS_MASTER_URI=http://localhost:11311
process[camera/realsense2_camera_manager-1]: started with pid [23498]
process[camera/realsense2_camera-2]: started with pid [23499]
[ INFO] [1642753400.083930877]: Initializing nodelet with 6 worker threads.
[ INFO] [1642753400.447963859]: RealSense ROS v2.3.0
[ INFO] [1642753400.448579345]: Built with LibRealSense v2.45.0
[ INFO] [1642753400.448917360]: Running with LibRealSense v2.45.0
[ WARN] [1642753400.554486336]: No RealSense devices were found!
[ WARN] [1642753406.597181575]: No RealSense devices were found!
[ WARN] [1642753412.646613852]: No RealSense devices were found!
[ WARN] [1642753418.680257754]: No RealSense devices were found!
[ WARN] [1642753424.714569782]: No RealSense devices were found!
[ WARN] [1642753430.753383974]: No RealSense devices were found!
[ WARN] [1642753436.793396884]: No RealSense devices were found!
[ WARN] [1642753442.827297361]: No RealSense devices were found!
[ WARN] [1642753448.869830904]: No RealSense devices were found!
[ WARN] [1642753454.910935522]: No RealSense devices were found!
[ WARN] [1642753460.946331548]: No RealSense devices were found!
[ WARN] [1642753466.982804498]: No RealSense devices were found!
[ WARN] [1642753473.028733040]: No RealSense devices were found!
[ WARN] [1642753479.065522342]: No RealSense devices were found!
[ WARN] [1642753485.093998865]: No RealSense devices were found!
[ WARN] [1642753491.117706569]: No RealSense devices were found!
[ INFO] [1642753497.154397439]:
21/01 15:24:57,181 WARNING [546775814528] (messenger-libusb.cpp:42) control_transfer returned error, index: 300, error: No data available, number: 3d
21/01 15:24:57,232 WARNING [546775814528] (messenger-libusb.cpp:42) control_transfer returned error, index: 300, error: No data available, number: 3d
21/01 15:24:57,283 WARNING [546775814528] (messenger-libusb.cpp:42) control_transfer returned error, index: 300, error: No data available, number: 3d
21/01 15:24:57,334 WARNING [546775814528] (messenger-libusb.cpp:42) control_transfer returned error, index: 300, error: No data available, number: 3d
21/01 15:24:57,385 WARNING [546775814528] (messenger-libusb.cpp:42) control_transfer returned error, index: 300, error: No data available, number: 3d
21/01 15:24:57,436 WARNING [546775814528] (messenger-libusb.cpp:42) control_transfer returned error, index: 300, error: No data available, number: 3d
21/01 15:24:57,487 WARNING [546775814528] (messenger-libusb.cpp:42) control_transfer returned error, index: 300, error: No data available, number: 3d
21/01 15:24:57,537 WARNING [546775814528] (messenger-libusb.cpp:42) control_transfer returned error, index: 300, error: No data available, number: 3d
21/01 15:24:57,588 WARNING [546775814528] (messenger-libusb.cpp:42) control_transfer returned error, index: 300, error: No data available, number: 3d
21/01 15:24:57,639 WARNING [546775814528] (messenger-libusb.cpp:42) control_transfer returned error, index: 300, error: No data available, number: 3d
21/01 15:24:57,690 WARNING [546775814528] (messenger-libusb.cpp:42) control_transfer returned error, index: 300, error: No data available, number: 3d
21/01 15:24:57,706 WARNING [546775814528] (messenger-libusb.cpp:92) usb_request_queue returned error, endpoint: 87 error: No such device, number: 13
21/01 15:24:57,741 WARNING [546775814528] (messenger-libusb.cpp:42) control_transfer returned error, index: 300, error: No such device, number: 13
[ WARN] [1642753497.743496592]: Device 1/1 failed with exception: usb device disconnected
[ERROR] [1642753497.743653008]: The requested device with is NOT found. Will Try again.
21/01 15:24:57,743 WARNING [546800992640] (rs.cpp:306) null pointer passed for argument "device"
[ WARN] [1642753503.764330895]: No RealSense devices were found!
[ INFO] [1642753509.795071924]:
[ INFO] [1642753510.017895862]: Device with serial number 912112073094 was found.
[ INFO] [1642753510.018008085]: Device with physical ID 2-1-4 was found.
[ INFO] [1642753510.018087637]: Device with name Intel RealSense D435I was found.
[ INFO] [1642753510.019447890]: Device with port number 2-1 was found.
[ INFO] [1642753510.019541649]: Device USB type: 3.2
[ INFO] [1642753510.019647249]: Resetting device...
[ INFO] [1642753516.060703452]:
[ INFO] [1642753516.230840997]: Device with serial number 912112073094 was found.
[ INFO] [1642753516.231161156]: Device with physical ID 2-1-5 was found.
[ INFO] [1642753516.231341092]: Device with name Intel RealSense D435I was found.
[ INFO] [1642753516.232963648]: Device with port number 2-1 was found.
[ INFO] [1642753516.233086143]: Device USB type: 3.2
[ INFO] [1642753516.242085416]: getParameters...
[ INFO] [1642753516.255100743]: Infrared RGB stream enabled
[ INFO] [1642753516.804224831]: setupDevice...
[ INFO] [1642753516.804554270]: JSON file is not provided
[ INFO] [1642753516.804733790]: ROS Node Namespace: camera
[ INFO] [1642753516.804875677]: Device Name: Intel RealSense D435I
[ INFO] [1642753516.805015613]: Device Serial No: 912112073094
[ INFO] [1642753516.805131261]: Device physical port: 2-1-5
[ INFO] [1642753516.805241149]: Device FW version: 05.12.13.50
[ INFO] [1642753516.805354748]: Device Product ID: 0x0B3A
[ INFO] [1642753516.805464412]: Enable PointCloud: On
[ INFO] [1642753516.805564828]: Align Depth: Off
[ INFO] [1642753516.805667515]: Sync Mode: On
[ INFO] [1642753516.805950971]: Device Sensors:
[ INFO] [1642753516.824890602]: Stereo Module was found.
[ INFO] [1642753516.856707128]: RGB Camera was found.
[ INFO] [1642753516.857462838]: Motion Module was found.
[ INFO] [1642753516.857569014]: (Infrared, 0) sensor isn't supported by current device! -- Skipping...
[ INFO] [1642753516.857646773]: Add Filter: pointcloud
[ INFO] [1642753516.859063986]: num_filters: 1
[ INFO] [1642753516.859144722]: Setting Dynamic reconfig parameters.
[ WARN] [1642753517.482667210]: Param '/camera/stereo_module/auto_exposure_limit' has value 0 that is not in range [1, 165000]. Removing this parameter from dynamic reconfigure options.
[ WARN] [1642753517.502720054]: Param '/camera/stereo_module/auto_gain_limit' has value 0 that is not in range [16, 248]. Removing this parameter from dynamic reconfigure options.
[ INFO] [1642753517.882444324]: Done Setting Dynamic reconfig parameters.
[ INFO] [1642753517.884200031]: depth stream is enabled - width: 640, height: 480, fps: 90, Format: Z16
[ WARN] [1642753517.884612990]: Given stream configuration is not supported by the device! Stream: Infrared, Stream Index: 1, Width: 848, Height: 480, FPS: 90, Format: RGB8
[ INFO] [1642753517.886723129]: color stream is enabled - width: 640, height: 480, fps: 60, Format: RGB8
[ INFO] [1642753517.886889656]: gyro stream is enabled - fps: 400
[ INFO] [1642753517.887077272]: accel stream is enabled - fps: 250
[ INFO] [1642753517.887261111]: setupPublishers...
[ INFO] [1642753517.903905740]: Expected frequency for depth = 90.00000
[ INFO] [1642753518.072740985]: Expected frequency for color = 60.00000
[ INFO] [1642753518.249382066]: setupStreams...
[ INFO] [1642753518.263352302]: insert Depth to Stereo Module
[ INFO] [1642753518.263562253]: insert Color to RGB Camera
[ INFO] [1642753518.263735885]: insert Gyro to Motion Module
[ INFO] [1642753518.263895308]: insert Accel to Motion Module
21/01 15:25:18,281 WARNING [546800992640] (ds5-motion.cpp:473) IMU Calibration is not available, default intrinsic and extrinsic will be used.
[ WARN] [1642753518.361682256]:
21/01 15:25:18,378 WARNING [546098360704] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61
[ INFO] [1642753518.430257311]: SELECTED BASE:Depth, 0
21/01 15:25:18,467 WARNING [546098360704] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61
[ INFO] [1642753518.491799745]: RealSense Node Is Up!
21/01 15:25:18,519 WARNING [546098360704] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61
21/01 15:25:18,569 WARNING [546098360704] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61
21/01 15:25:18,698 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:18,713 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:18,721 WARNING [546098360704] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61
21/01 15:25:18,729 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:18,745 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:18,763 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:18,779 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:18,796 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:18,812 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:18,843 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:18,873 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
[ WARN] [1642753518.884042094]: Hardware Notification:Motion Module failure,1.64275e+12,Error,Hardware Error
21/01 15:25:18,903 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:18,933 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:18,963 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:19,023 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:19,084 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:19,143 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:19,204 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:19,264 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:19,324 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:19,385 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:19,444 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:19,476 WARNING [546098360704] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61
21/01 15:25:19,504 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:19,565 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:19,625 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:19,687 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:19,745 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:19,805 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:19,865 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:19,926 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:19,986 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:20,046 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:20,106 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:20,166 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:20,226 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:20,287 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:20,347 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:20,407 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:20,467 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:20,529 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:20,588 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:20,648 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:20,708 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:20,768 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:20,828 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:20,889 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:20,949 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:21,009 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:21,069 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:21,129 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:21,189 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:21,249 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:21,310 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:21,369 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:21,430 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:21,490 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:21,550 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:21,611 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:21,670 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:21,731 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:21,791 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:21,851 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:21,912 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:21,971 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:22,031 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:22,091 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:22,151 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:22,212 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:22,272 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:22,332 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:22,392 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:22,452 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:22,513 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:22,573 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:22,633 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:22,693 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:22,753 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:22,814 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:22,873 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:22,934 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:22,994 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:23,054 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:23,114 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:23,174 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:23,235 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:23,295 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:23,355 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:23,415 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:23,475 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:23,536 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:23,595 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:23,655 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:23,716 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:23,776 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:23,836 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:23,896 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:23,957 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:24,017 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:24,077 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:24,138 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:24,199 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:24,257 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:24,317 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:24,377 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:24,438 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:24,498 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:24,558 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:24,618 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:24,678 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:24,738 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:24,799 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:24,859 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:24,919 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:24,983 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:25,039 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:25,100 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:25,161 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:25,220 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:25,280 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:25,340 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:25,400 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:25,461 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:25,521 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:25,580 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:25,641 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:25,701 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:25,762 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:25,821 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:25,882 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:25,942 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:26,002 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:26,063 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:26,122 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:26,183 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:26,243 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:26,303 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:26,363 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:26,423 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:26,484 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:26,543 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:26,603 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback: 1kernel_other_to_depthILi4EEvPhPKhPK4int2PK14rs2_intrinsicsS8_
21/01 15:25:26,664 ERROR [546024432000] (synthetic-stream.cpp:48) Exception was thrown during user processing callback:
The text was updated successfully, but these errors were encountered: