IntelRealSense / realsense-ros

ROS Wrapper for Intel(R) RealSense(TM) Cameras
http://wiki.ros.org/RealSense
Apache License 2.0
2.51k stars 1.74k forks source link

fatal: You need to specify a tag name. #1110

Closed q8wwe closed 4 years ago

q8wwe commented 4 years ago

Jeston TX2 J3.3.2 Kernel : 4.4.159-tegra

while following the steps on installing librealsense ,my kernel didn't build after comand : (./scripts/patch-realsense-ubuntu-lts.sh )

`Remove all RealSense cameras attached. Hit any key when ready

Reading package lists... Done Building dependency tree
Reading state information... Done bc is already the newest version (1.06.95-9build1). build-essential is already the newest version (12.1ubuntu2). git is already the newest version (1:2.7.4-0ubuntu1.7). linux-headers-generic is already the newest version (4.4.0.174.182). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Package required libusb-1.0-0-dev: - found Package required libssl-dev: - found Create patches workspace in ubuntu-xenial-master folder

Fetching Ubuntu LTS tag to the local kernel sources folder fatal: You need to specify a tag name. `

doronhi commented 4 years ago

You cannot install kernel patches on Jetson. In the Jetson installation guide: https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_jetson.md, it says to install librealsense2-utils and librealsense2-dev but not librealsense2-dkms. For the same reason, the script will not work there. If you build from sources and want to have access to all the HID information you should build with the flag FORCE_RSUSB_BACKEND = true. If you install the debian packages you'll get a version built with that flag on.

q8wwe commented 4 years ago

By "can't install kernel patches on jetson " does this include manual installation ?

if i change "FORCE_RSUSB_BACKEND = true." will the installation work for me , through manual installation ?

and if so where i can find (FORCE_RSUSB_BACKEND = true.) .

doronhi commented 4 years ago

The NVidia's linux is built as one unit and so doesn't allow patches. Manual installation should work for you whether you specify this flag or not. rsusb backend gives you HID support without the kernel patches so if you don't use any IMU you may not need it at all. The flag is located in CMake/lrs-options.cmake. You specify it, just like any other build flag, while running cmake command. For example:

cd build
cmake ../ -DCMAKE_BUILD_TYPE=release -DFORCE_RSUSB_BACKEND=true -DBUILD_WITH_CUDA=true
make -j4
sudo make install
q8wwe commented 4 years ago

My friend can you tell me the steps I need to follow for making this work , I just want to install libreasense with a version stable enough to install ROs_wrapper package .

For days I was digging in this issue and there is a lot of complexity , between building the Kerenl for the UVC and then you do it through manual installation but it didn't work and the process take a lot of time .

doronhi commented 4 years ago

I am sorry if I made it unclear and for the trouble you've been through. I refer to and copy from the guide you know: https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md

Make Ubuntu up to date (I believe you already did): sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade

mkdir projects && cd projects (or wherever you want)

Clone librealsense github repository: git clone https://github.com/IntelRealSense/librealsense.git

Prepare Linux Backend and the Dev. Environment: sudo apt-get install git libssl-dev libusb-1.0-0-dev pkg-config libgtk-3-dev sudo apt-get install libglfw3-dev libgl1-mesa-dev libglu1-mesa-dev

Run Intel Realsense permissions script located from librealsense root directory: ./scripts/setup_udev_rules.sh

Building librealsense2 SDK: mkdir build && cd build cmake ../ -DCMAKE_BUILD_TYPE=Release -DFORCE_RSUSB_BACKEND=true -DBUILD_WITH_CUDA=true sudo make uninstall && make clean && make && sudo make install

In which stage did thing went wrong?

q8wwe commented 4 years ago

I went wrong on this stage : ./scripts/patch-realsense-ubuntu-lts.sh it gave :- fatal: You need to specify a tag name. but you didn't mention this step so is it okay to skip it ?

and I forget to mention that in the manual procedure whem it say check the new UVCvideo driver by the command (sudo dmesg | tail -n 50) it show nothing.

so I think the line (./scripts/patch-realsense-ubuntu-lts.sh) is important for updating the kernel and include UVC driver .

Note Im using Ubuntu 16.04

q8wwe commented 4 years ago

I followed the instruction you listed up and after I run :Realsesne_viewer

I got warning :

09/03 16:11:38,684 WARNING [547748827600] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 0, 09/03 16:11:38,688 WARNING [547748827600] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 0, 09/03 16:11:44,145 WARNING [547725939152] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61 09/03 16:11:44,460 WARNING [547725939152] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61

I'm getting warning related to UVC and libusb , how to solve them ???

However, I continued the process by installing ROS kinetic and then install realsense-ros , but i run into compile problem :

`nvidia@jetson-0324917251038:~/catkin_ws$ catkin_make Base path: /home/nvidia/catkin_ws Source space: /home/nvidia/catkin_ws/src Build space: /home/nvidia/catkin_ws/build Devel space: /home/nvidia/catkin_ws/devel Install space: /home/nvidia/catkin_ws/install

Running command: "make cmake_check_build_system" in "/home/nvidia/catkin_ws/build"

Running command: "make -j4 -l4" in "/home/nvidia/catkin_ws/build"

[ 0%] Built target std_msgs_generate_messages_py [ 0%] Built target sensor_msgs_generate_messages_py [ 0%] Built target sensor_msgs_generate_messages_lisp [ 0%] Built target std_msgs_generate_messages_eus [ 0%] Built target std_msgs_generate_messages_lisp [ 0%] Built target sensor_msgs_generate_messages_eus [ 0%] Built target _realsense2_camera_generate_messages_check_deps_Extrinsics [ 0%] Built target sensor_msgs_generate_messages_cpp [ 0%] Built target _realsense2_camera_generate_messages_check_deps_IMUInfo [ 0%] Built target sensor_msgs_generate_messages_nodejs [ 0%] Built target std_msgs_generate_messages_nodejs [ 0%] Built target std_msgs_generate_messages_cpp [ 0%] Built target bond_generate_messages_nodejs [ 0%] Built target _catkin_empty_exported_target [ 0%] Built target diagnostic_msgs_generate_messages_nodejs [ 0%] Built target diagnostic_msgs_generate_messages_cpp [ 0%] Built target dynamic_reconfigure_generate_messages_py [ 0%] Built target dynamic_reconfigure_gencfg [ 0%] Built target dynamic_reconfigure_generate_messages_nodejs [ 0%] Built target dynamic_reconfigure_generate_messages_lisp [ 0%] Built target dynamic_reconfigure_generate_messages_eus [ 0%] Built target dynamic_reconfigure_generate_messages_cpp [ 0%] Built target tf2_msgs_generate_messages_lisp [ 0%] Built target actionlib_generate_messages_py [ 0%] Built target tf2_msgs_generate_messages_cpp [ 0%] Built target actionlib_generate_messages_eus [ 0%] Built target tf_generate_messages_py [ 0%] Built target tf_generate_messages_eus [ 0%] Built target nav_msgs_generate_messages_cpp [ 0%] Built target rosgraph_msgs_generate_messages_nodejs [ 0%] Built target tf2_msgs_generate_messages_eus [ 0%] Built target actionlib_msgs_generate_messages_lisp [ 0%] Built target nodelet_generate_messages_cpp [ 0%] Built target nav_msgs_generate_messages_lisp [ 0%] Built target nodelet_generate_messages_lisp [ 0%] Built target nodelet_generate_messages_nodejs [ 0%] Built target actionlib_msgs_generate_messages_py [ 0%] Built target roscpp_generate_messages_cpp [ 0%] Built target nodelet_generate_messages_py [ 0%] Built target geometry_msgs_generate_messages_eus [ 0%] Built target nav_msgs_generate_messages_nodejs [ 0%] Built target actionlib_generate_messages_lisp [ 0%] Built target actionlib_msgs_generate_messages_eus [ 0%] Built target diagnostic_msgs_generate_messages_eus [ 0%] Built target rosgraph_msgs_generate_messages_cpp [ 0%] Built target geometry_msgs_generate_messages_cpp [ 0%] Built target geometry_msgs_generate_messages_lisp [ 0%] Built target nav_msgs_generate_messages_eus [ 0%] Built target roscpp_generate_messages_lisp [ 0%] Built target bond_generate_messages_py [ 0%] Built target nav_msgs_generate_messages_py [ 0%] Built target tf2_msgs_generate_messages_py [ 0%] Built target geometry_msgs_generate_messages_nodejs [ 0%] Built target actionlib_msgs_generate_messages_nodejs [ 0%] Built target geometry_msgs_generate_messages_py [ 0%] Built target rosgraph_msgs_generate_messages_lisp [ 0%] Built target roscpp_generate_messages_nodejs [ 0%] Built target tf_generate_messages_lisp [ 0%] Built target diagnostic_msgs_generate_messages_py [ 0%] Built target rosgraph_msgs_generate_messages_py [ 0%] Built target tf_generate_messages_nodejs [ 0%] Built target roscpp_generate_messages_py [ 0%] Built target tf_generate_messages_cpp [ 0%] Built target rosgraph_msgs_generate_messages_eus [ 0%] Built target actionlib_generate_messages_nodejs [ 0%] Built target actionlib_msgs_generate_messages_cpp [ 0%] Built target bond_generate_messages_cpp [ 0%] Built target actionlib_generate_messages_cpp [ 0%] Built target diagnostic_msgs_generate_messages_lisp [ 0%] Built target roscpp_generate_messages_eus [ 0%] Built target bond_generate_messages_eus [ 0%] Built target tf2_msgs_generate_messages_nodejs [ 0%] Built target nodelet_generate_messages_eus [ 0%] Built target bond_generate_messages_lisp [ 18%] Built target realsense2_camera_generate_messages_py [ 31%] Built target realsense2_camera_generate_messages_lisp [ 50%] Built target realsense2_camera_generate_messages_eus [ 62%] Built target realsense2_camera_generate_messages_cpp [ 75%] Built target realsense2_camera_generate_messages_nodejs [ 75%] Built target realsense2_camera_generate_messages [ 81%] Building CXX object realsense-ros/realsense2_camera/CMakeFiles/realsense2_camera.dir/src/base_realsense_node.cpp.o In file included from /opt/ros/kinetic/include/librealsense2/hpp/rs_sensor.hpp:8:0, from /opt/ros/kinetic/include/librealsense2/hpp/rs_device.hpp:8, from /opt/ros/kinetic/include/librealsense2/hpp/rs_record_playback.hpp:8, from /opt/ros/kinetic/include/librealsense2/hpp/rs_context.hpp:8, from /opt/ros/kinetic/include/librealsense2/rs.hpp:9, from /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/../include/../include/realsense_node_factory.h:11, from /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/../include/base_realsense_node.h:6, from /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:1: /opt/ros/kinetic/include/librealsense2/hpp/rs_frame.hpp: In lambda function: /opt/ros/kinetic/include/librealsense2/hpp/rs_frame.hpp:1008:58: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] frm.get_profile().stream_index() == index) f ^ /opt/ros/kinetic/include/librealsense2/hpp/rs_frame.hpp: In lambda function: /opt/ros/kinetic/include/librealsense2/hpp/rs_frame.hpp:1030:58: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] frm.get_profile().stream_index() == index) f ^ /opt/ros/kinetic/include/librealsense2/hpp/rs_frame.hpp: In lambda function: /opt/ros/kinetic/include/librealsense2/hpp/rs_frame.hpp:1052:58: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] frm.get_profile().stream_index() == index) f ^ /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp: In member function ‘void realsense2_camera::BaseRealSenseNode::setupDevice()’: /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:704:32: error: ‘color_sensor’ is not a member of ‘rs2’ else if (sensor.is()) ^ /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:704:32: error: ‘color_sensor’ is not a member of ‘rs2’ /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:704:51: error: no matching function for call to ‘rs2::sensor::is()’ else if (sensor.is()) ^ In file included from /opt/ros/kinetic/include/librealsense2/hpp/rs_device.hpp:8:0, from /opt/ros/kinetic/include/librealsense2/hpp/rs_record_playback.hpp:8, from /opt/ros/kinetic/include/librealsense2/hpp/rs_context.hpp:8, from /opt/ros/kinetic/include/librealsense2/rs.hpp:9, from /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/../include/../include/realsense_node_factory.h:11, from /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/../include/base_realsense_node.h:6, from /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:1: /opt/ros/kinetic/include/librealsense2/hpp/rs_sensor.hpp:301:14: note: candidate: template bool rs2::sensor::is() const bool is() const ^ /opt/ros/kinetic/include/librealsense2/hpp/rs_sensor.hpp:301:14: note: template argument deduction/substitution failed: /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:704:51: error: template argument 1 is invalid else if (sensor.is()) ^ /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:709:32: error: ‘fisheye_sensor’ is not a member of ‘rs2’ else if (sensor.is()) ^ /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:709:32: error: ‘fisheye_sensor’ is not a member of ‘rs2’ /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:709:53: error: no matching function for call to ‘rs2::sensor::is()’ else if (sensor.is()) ^ In file included from /opt/ros/kinetic/include/librealsense2/hpp/rs_device.hpp:8:0, from /opt/ros/kinetic/include/librealsense2/hpp/rs_record_playback.hpp:8, from /opt/ros/kinetic/include/librealsense2/hpp/rs_context.hpp:8, from /opt/ros/kinetic/include/librealsense2/rs.hpp:9, from /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/../include/../include/realsense_node_factory.h:11, from /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/../include/base_realsense_node.h:6, from /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:1: /opt/ros/kinetic/include/librealsense2/hpp/rs_sensor.hpp:301:14: note: candidate: template bool rs2::sensor::is() const bool is() const ^ /opt/ros/kinetic/include/librealsense2/hpp/rs_sensor.hpp:301:14: note: template argument deduction/substitution failed: /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:709:53: error: template argument 1 is invalid else if (sensor.is()) ^ /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:714:32: error: ‘motion_sensor’ is not a member of ‘rs2’ else if (sensor.is()) ^ /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:714:32: error: ‘motion_sensor’ is not a member of ‘rs2’ /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:714:52: error: no matching function for call to ‘rs2::sensor::is()’ else if (sensor.is()) ^ In file included from /opt/ros/kinetic/include/librealsense2/hpp/rs_device.hpp:8:0, from /opt/ros/kinetic/include/librealsense2/hpp/rs_record_playback.hpp:8, from /opt/ros/kinetic/include/librealsense2/hpp/rs_context.hpp:8, from /opt/ros/kinetic/include/librealsense2/rs.hpp:9, from /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/../include/../include/realsense_node_factory.h:11, from /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/../include/base_realsense_node.h:6, from /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:1: /opt/ros/kinetic/include/librealsense2/hpp/rs_sensor.hpp:301:14: note: candidate: template bool rs2::sensor::is() const bool is() const ^ /opt/ros/kinetic/include/librealsense2/hpp/rs_sensor.hpp:301:14: note: template argument deduction/substitution failed: /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:714:52: error: template argument 1 is invalid else if (sensor.is()) ^ In file included from /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/../include/../include/realsense_node_factory.h:12:0, from /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/../include/base_realsense_node.h:6, from /home/nvidia/catkin_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:1: /opt/ros/kinetic/include/librealsense2/rsutil.h: At global scope: /opt/ros/kinetic/include/librealsense2/rsutil.h:134:13: warning: ‘void rs2_fov(const rs2_intrinsics, float)’ defined but not used [-Wunused-function] static void rs2_fov(const struct rs2_intrinsics intrin, flo ^ /opt/ros/kinetic/include/librealsense2/rsutil.h:170:13: warning: ‘void rs2_project_color_pixel_to_depth_pixel(float, const uint16_t, float, float, float, const rs2_intrinsics, const rs2_intrinsics, const rs2_extrinsics, const rs2_extrinsics, const float)’ defined but not used [-Wunused-function] static void rs2_project_color_pixel_to_depth_pixel(float to_p ^ realsense-ros/realsense2_camera/CMakeFiles/realsense2_camera.dir/build.make:86: recipe for target 'realsense-ros/realsense2_camera/CMakeFiles/realsense2_camera.dir/src/base_realsense_node.cpp.o' failed make[2]: [realsense-ros/realsense2_camera/CMakeFiles/realsense2_camera.dir/src/base_realsense_node.cpp.o] Error 1 CMakeFiles/Makefile2:1852: recipe for target 'realsense-ros/realsense2_camera/CMakeFiles/realsense2_camera.dir/all' failed make[1]: [realsense-ros/realsense2_camera/CMakeFiles/realsense2_camera.dir/all] Error 2 Makefile:129: recipe for target 'all' failed make: *** [all] Error 2 Invoking "make -j4 -l4" failed `

doronhi commented 4 years ago

The warning message "interrupt event received" can be ignored and indeed will be removed in future versions. The warning message "control_transfer returned error" reflects communication error with the device that is resolved by repeating the attempt. These messages are still under investigation but as long as they appear only now and then, say at the beginning of the run, they can safely be ignored for now.

The compilation error suggest you link with an older version of librealsense2. Is it possible that you have an older version installed? (maybe apt list --installed | grep librealsense2 can help?)

Regarding the command ./scripts/patch-realsense-ubuntu-lts.sh, I intentionally left it out. You can't install these kernel patches on NVidia machines. The whole idea of using the cmake FORCE_RSUSB_BACKEND flag is to use libuvc and avoid the need for these kernel patches.

q8wwe commented 4 years ago

nvidia@tegra-ubuntu:~/catkin_ws$ catkin_make clean Base path: /home/nvidia/catkin_ws Source space: /home/nvidia/catkin_ws/src Build space: /home/nvidia/catkin_ws/build Devel space: /home/nvidia/catkin_ws/devel Install space: /home/nvidia/catkin_ws/install

Running command: "cmake /home/nvidia/catkin_ws/src -DCATKIN_DEVEL_PREFIX=/home/nvidia/catkin_ws/devel -DCMAKE_INSTALL_PREFIX=/home/nvidia/catkin_ws/install -G Unix Makefiles" in "/home/nvidia/catkin_ws/build"

-- Using CATKIN_DEVEL_PREFIX: /home/nvidia/catkin_ws/devel -- Using CMAKE_PREFIX_PATH: /opt/ros/kinetic -- This workspace overlays: /opt/ros/kinetic -- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.12", minimum required is "2") -- Using PYTHON_EXECUTABLE: /usr/bin/python2 -- Using Debian Python package layout -- Using empy: /usr/bin/empy -- Using CATKIN_ENABLE_TESTING: ON -- Call enable_testing() -- Using CATKIN_TEST_RESULTS_DIR: /home/nvidia/catkin_ws/build/test_results -- Found gtest sources under '/usr/src/gmock': gtests will be built -- Found gmock sources under '/usr/src/gmock': gmock will be built -- Found PythonInterp: /usr/bin/python2 (found version "2.7.12") -- Using Python nosetests: /usr/bin/nosetests-2.7 -- catkin 0.7.20 -- BUILD_SHARED_LIBS is on -- BUILD_SHARED_LIBS is on -- ~~~~~~~~~~~~~ -- ~~ traversing 2 packages in topological order: -- ~~ - realsense2_description -- ~~ - realsense2_camera -- ~~~~~~~~~~~~~ -- +++ processing catkin package: 'realsense2_description' -- ==> add_subdirectory(realsense-ros/realsense2_description) -- +++ processing catkin package: 'realsense2_camera' -- ==> add_subdirectory(realsense-ros/realsense2_camera) -- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy CMake Warning at realsense-ros/realsense2_camera/CMakeLists.txt:37 (find_package): Could not find a configuration file for package "realsense2" that is compatible with requested version "2.32.1".

The following configuration files were considered but not accepted:

/opt/ros/kinetic/lib/aarch64-linux-gnu/cmake/realsense2/realsense2Config.cmake, version: 2.31.0
/usr/lib/aarch64-linux-gnu/cmake/realsense2/realsense2Config.cmake, version: 2.28.1

CMake Error at realsense-ros/realsense2_camera/CMakeLists.txt:39 (message):

Intel RealSense SDK 2.0 is missing, please install it from https://github.com/IntelRealSense/librealsense/releases

-- Configuring incomplete, errors occurred! See also "/home/nvidia/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/nvidia/catkin_ws/build/CMakeFiles/CMakeError.log". Invoking "cmake" failed nvidia@tegra-ubuntu:~/catkin_ws$ apt list --installed | grep librealsense2

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

librealsense2/xenial,now 2.28.1-5ubuntu5~1.gbpb2a8ce arm64 [installed,automatic] librealsense2-dev/xenial,now 2.28.1-5ubuntu5~1.gbpb2a8ce arm64 [installed] librealsense2-gl/xenial,now 2.28.1-5ubuntu5~1.gbpb2a8ce arm64 [installed,automatic] librealsense2-udev-rules/xenial,now 2.28.1-5ubuntu5~1.gbpb2a8ce arm64 [installed,automatic] librealsense2-utils/xenial,now 2.28.1-5ubuntu5~1.gbpb2a8ce arm64 [installed] ros-kinetic-librealsense2/xenial,now 2.31.0-1xenial-20191214-072450+0000 arm64 [installed] nvidia@tegr

doronhi commented 4 years ago

It says you still has librealsense2 versions 2.28.1 and also version 2.31.0. Since you built from source, you now need to remove the debian packages: try : sudo apt purge librealsense2 and perhaps sudo apt purge ros-kinetic-librealsense2 as well. Verify that all the debian packages were removed and try building again.

q8wwe commented 4 years ago

unbelievable it's so hard and has a lot of errors, you solve one problem just to jump in another on. up to now I flashed my Jeston TX2 over 15 times trying different approaches but non-working as expected. I tried different versions of L4t, and every time I try to install libreasense through: sudo apt-get install librealsense2-utils , I get an old version 2.28.1 and this seem not gonna be solved any time soon. so I have to remove it and install libreasense through : sudo apt-get install ros-kinetic-realsense-camera , which will install 2.31.0 as you saw in the previous message that's why I have two versions. even if I remove 2.28.1 and keep 2.31.0 i will run into a compile error that you have 2.31.0 and 2.33.1 is needed .

it's like there is no win solution at all, shall I give up on this camera or what? troubleshoot these issues is really time-consuming!!

Mr. doronhi , I will try with the solution you provided

q8wwe commented 4 years ago

apt list --installed | grep librealsense2 :-

dia@tegra-ubuntu:~$ apt list --installed | grep librealsense2

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

librealsense2-udev-rules/xenial,now 2.28.1-5ubuntu5~1.gbpb2a8ce arm64 [installed,auto-removable]


and it didn't work asking for V2.32.1

`Make Warning at realsense-ros/realsense2_camera/CMakeLists.txt:37 (find_package): By not providing "Findrealsense2.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "realsense2", but CMake did not find one.

Could not find a package configuration file provided by "realsense2" (requested version 2.32.1) with any of the following names:

realsense2Config.cmake
realsense2-config.cmake

Add the installation prefix of "realsense2" to CMAKE_PREFIX_PATH or set "realsense2_DIR" to a directory containing one of the above files. If "realsense2" provides a separate development package or SDK, be sure it has been installed.

CMake Error at realsense-ros/realsense2_camera/CMakeLists.txt:39 (message):

Intel RealSense SDK 2.0 is missing, please install it from https://github.com/IntelRealSense/librealsense/releases

-- Configuring incomplete, errors occurred! See also "/home/nvidia/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/nvidia/catkin_ws/build/CMakeFiles/CMakeError.log". Invoking "cmake" failed `

q8wwe commented 4 years ago

even if I want to downgrade Ros_Wrapper there is no single release supporting V2.28.1, whatever package I'm using I got compile error "You have this version and you need that version ". https://github.com/IntelRealSense/realsense-ros/releases Actually I need a stable version with less errors , here I'm trying my best but non of the releases are working .

doronhi commented 4 years ago

@q8wwe , I am so sorry for the frustration and difficulties you are going through. You are right that no package should be so hard to install. It is true that on Jetson machine it sometimes is more tricky but your case seems quite the extreme and I am sorry about it. I don't know how come you get older debian versions and as you said, whatever the reason is, you need a solution. So we keep to building from source.

As far as I understand it, the situation on your machine is like so:

  1. You no longer have any version of librealsense2 installed.
  2. You download and built librealsense2 from code. Before we managed that there is no point trying to build realsense2_camera.

As for the built version, I assume that at the end of the build process you ran 'sudo make install'. To make sure, please open a new terminal and type realsense-viewer. If the command failed it means that sudo make install failed. The version appears on top of the realsense-viewer window and it reads 2.33.1. If the version is different I want you to check the branch and repository you cloned from. Check the version as it appears in the code in the file: librealsense\include\librealsense2\rs.h. What are the values of RS2_API_MAJOR_VERSION, RS2_API_MINOR_VERSION and RS2_API_PATCH_VERSION?

q8wwe commented 4 years ago

I rebuilt librealsense on jetson TX2 and installed Ros wrapper I got the below warnings/errors.

Note : I tested the same on normal PC (desktop dell optiplex i7) with No GPU , libreasense installed through debian and I didn't face the same warnings/errors I got on Jetson TX2. However , I think libreasense should work better on Jetson TX2 with its dedicated navidia GPU m but unfortunately that wasn't the case . when it come to Jetson TX2 I faced a lot of complexity while installing libreasense SDK and warnings/errors in performance.

please advice .

libreasense version :

`nvidia@jetson-0324917251038:~$ apt list --installed | grep librealsense2

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

ros-kinetic-librealsense2/xenial,now 2.31.0-1xenial-20191214-072450+0000 arm64 [installed] `

'realsense-viewer show : 2.33.1'

warnings from realsense -viewer: ` 13/03 15:46:59,996 WARNING [548201988560] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 0,

13/03 15:47:00,000 WARNING [548201988560] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 0,

13/03 15:47:09,601 WARNING [548179100112] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61`

warning and errors from : roslaunch realsense2_camera rs_camera.launch filters:=pointcloud

`[ WARN] [1584103870.532427600]: Hardware Notification:USB REC overflow,1.5841e+12,Error,Hardware Error

13/03 15:51:10,557 WARNING [547356668304] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 23,

13/03 15:51:11,143 WARNING [547390222736] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61

[ WARN] [1584103871.553157555]: Hardware Notification:IR stream start failure,1.5841e+12,Error,Hardware Error`

13/03 15:55:56,923 ERROR [546660413840] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 13/03 15:55:57,156 WARNING [546660413840] (types.cpp:49) Out of frame resources!

doronhi commented 4 years ago

First, you have an older installation, v2.31.0, of librealsense2. It doesn't seem to cause any harm but you better remove it: sudo apt purge ros-kinetic-librealsense2 The "interrupt event.." message is just a message and will be removed in the near future. The "control_transfer.." message, as long as it appears just a couple of times, is being investigated but not known to cause any issues. The "IR stream start failure" message can cause problems. Does it happen every run?

The "Out of frame resources!" message and the "Exception...processing callback!" could be related to the "IR stream failure" but more often they are related to lack of system resources - the app can't keep up with the incoming flow of images. For that you can reduce frame rate and resolution. Building with CUDA support should really help in that case on NVidia machines. When you say "but unfortunately that wasn't the case ." do you mean that building with CUDA failed or that you didn't see much improvement by using CUDA on the NVidia machine?

q8wwe commented 4 years ago

As suggested I removed V2.31.0 (sudo apt purge ros-kinetic-librealsense2) and I I lowered th frames to 15 fps :

messenger-libusb : is continous warning . messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11

for IR stream start failure : I lowered the frames and reset (initial_reset:=true ). I didn't see the warning .

question about "messenger-libusb" is it safe warning !!

doronhi commented 4 years ago

If the message "messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11" is continuous, that is appears multiple times per second, then it is not good. It suggest a real communication problem between the code and the device and can have effects. Can you add a log showing that?

RealSenseCustomerSupport commented 4 years ago

Hi @q8wwe,

Do you still need help with this question?

q8wwe commented 4 years ago

by log do you mean terminal info flow ? Note: I lower fps to 15

`nvidia@jetson-0324917251038:~$ roslaunch realsense2_camera rs_d435_camera_with_model.launch ... logging to /home/nvidia/.ros/log/798beba2-7371-11ea-994b-00044ba7dc33/roslaunch-jetson-0324917251038-27717.log Checking log directory for disk usage. This may take awhile. Press Ctrl-C to interrupt Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://jetson-0324917251038:39501/

SUMMARY

PARAMETERS

NODES /camera/ realsense2_camera (nodelet/nodelet) realsense2_camera_manager (nodelet/nodelet) / robot_state_publisher (robot_state_publisher/state_publisher) rviz (rviz/rviz)

auto-starting new master process[master]: started with pid [27772] ROS_MASTER_URI=http://localhost:11311

setting /run_id to 798beba2-7371-11ea-994b-00044ba7dc33 process[rosout-1]: started with pid [27785] started core service [/rosout] process[camera/realsense2_camera_manager-2]: started with pid [27802] process[camera/realsense2_camera-3]: started with pid [27803] process[robot_state_publisher-4]: started with pid [27804] process[rviz-5]: started with pid [27817] [ INFO] [1585674183.266755587]: Initializing nodelet with 6 worker threads. [ INFO] [1585674183.344833455]: RealSense ROS v2.2.13 [ INFO] [1585674183.344903661]: Running with LibRealSense v2.33.1 [ INFO] [1585674183.368886612]:
31/03 20:03:03,509 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 12, 31/03 20:03:03,513 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 11, 31/03 20:03:03,517 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 13, 31/03 20:03:03,521 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 22, 31/03 20:03:03,525 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 12, 31/03 20:03:03,529 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 23, 31/03 20:03:03,533 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 13, 31/03 20:03:03,573 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 12, 31/03 20:03:03,577 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 11, 31/03 20:03:03,581 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 23, 31/03 20:03:03,585 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 13, 31/03 20:03:03,589 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 12, 31/03 20:03:03,593 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 11, 31/03 20:03:03,597 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 22, 31/03 20:03:03,625 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 12, 31/03 20:03:03,629 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 23, [ INFO] [1585674183.779819349]: Device with serial number 818312070701 was found.

[ INFO] [1585674183.779898483]: Device with physical ID 2-1-3 was found. [ INFO] [1585674183.779952625]: Device with name Intel RealSense D435 was found. [ INFO] [1585674183.781232750]: Device with port number 2-1 was found.

[ INFO] [1585674183.936953233]: JSON file is not provided [ INFO] [1585674183.937001584]: ROS Node Namespace: camera [ INFO] [1585674183.937055566]: Device Name: Intel RealSense D435 [ INFO] [1585674183.937090189]: Device Serial No: 818312070701 [ INFO] [1585674183.937126540]: Device physical port: 2-1-3 [ INFO] [1585674183.937160491]: Device FW version: 05.12.03.00 [ INFO] [1585674183.937197706]: Device Product ID: 0x0B07 [ INFO] [1585674183.937229385]: Enable PointCloud: On [ INFO] [1585674183.937260681]: Align Depth: Off [ INFO] [1585674183.937290984]: Sync Mode: On [ INFO] [1585674183.937392517]: Device Sensors: [ INFO] [1585674183.937489282]: Stereo Module was found. [ INFO] [1585674183.937547297]: RGB Camera was found. [ INFO] [1585674183.938242029]: (Fisheye, 0) sensor isn't supported by current device! -- Skipping... [ INFO] [1585674183.938334379]: (Fisheye, 1) sensor isn't supported by current device! -- Skipping... [ INFO] [1585674183.938371530]: (Fisheye, 2) sensor isn't supported by current device! -- Skipping... [ INFO] [1585674183.938406665]: (Gyro, 0) sensor isn't supported by current device! -- Skipping... [ INFO] [1585674183.938441128]: (Accel, 0) sensor isn't supported by current device! -- Skipping... [ INFO] [1585674183.938470663]: (Pose, 0) sensor isn't supported by current device! -- Skipping... [ INFO] [1585674183.938532069]: Add Filter: pointcloud [ INFO] [1585674183.939804706]: num_filters: 1 [ INFO] [1585674183.939870816]: Setting Dynamic reconfig parameters. QXcbConnection: XCB error: 148 (Unknown), sequence: 165, resource id: 0, major code: 140 (Unknown), minor code: 20 31/03 20:03:04,397 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 3, 31/03 20:03:04,497 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 23, 31/03 20:03:05,621 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 23, [ INFO] [1585674189.243449394]: Done Setting Dynamic reconfig parameters. [ INFO] [1585674189.279381558]: depth stream is enabled - width: 640, height: 480, fps: 30, Format: Z16 [ INFO] [1585674189.279738604]: infra1 stream is enabled - width: 640, height: 480, fps: 30, Format: Y8 [ INFO] [1585674189.280037060]: infra2 stream is enabled - width: 640, height: 480, fps: 30, Format: Y8 [ INFO] [1585674189.311413865]: color stream is enabled - width: 640, height: 480, fps: 30, Format: RGB8

[ INFO] [1585674189.319565730]: Expected frequency for depth = 30.00000 [ INFO] [1585674189.407295561]: Expected frequency for infra1 = 30.00000 [ INFO] [1585674189.488137651]: Expected frequency for infra2 = 30.00000 [ INFO] [1585674189.565401571]: Expected frequency for color = 30.00000

[ INFO] [1585674189.750223079]: insert Depth to Stereo Module [ INFO] [1585674189.750378531]: insert Color to RGB Camera [ INFO] [1585674189.750444641]: insert Infrared to Stereo Module [ INFO] [1585674189.750521631]: insert Infrared to Stereo Module [ INFO] [1585674190.000935262]: SELECTED BASE:Depth, 0 [ INFO] [1585674190.054620869]: RealSense Node Is Up! [ WARN] [1585674190.254456714]: Hardware Notification:IR stream start failure,1.58567e+12,Error,Hardware Error 31/03 20:03:10,336 WARNING [547465720208] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61 31/03 20:03:10,396 WARNING [547465720208] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61 31/03 20:03:11,072 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 22, 31/03 20:03:11,080 WARNING [547465720208] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11 31/03 20:03:11,232 WARNING [547465720208] (messenger-libusb.cpp:42) control_transfer returned error, index: 300, error: Resource temporarily unavailable, number: b [ WARN] [1585674191.275579543]: Hardware Notification:Depth stream start failure,1.58567e+12,Error,Hardware Error 31/03 20:03:11,292 WARNING [547465720208] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11 31/03 20:03:11,517 WARNING [547465720208] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11 [ WARN] [1585674191.577638780]: No stream match for pointcloud chosen texture Process - Color 31/03 20:03:12,064 WARNING [547432165776] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 12, [ WARN] [1585674192.296396444]: Hardware Notification:USB REC overflow,1.58567e+12,Error,Hardware Error 31/03 20:03:12,301 WARNING [547432165776] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 23, 31/03 20:03:12,930 ERROR [547291763088] (uvc-streamer.cpp:106) uvc streamer watchdog triggered on endpoint: 130 [ WARN] [1585674193.321886477]: Hardware Notification:IR stream start failure,1.58567e+12,Error,Hardware Error 31/03 20:03:14,076 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 12, [ WARN] [1585674194.342768179]: Hardware Notification:USB REC overflow,1.58567e+12,Error,Hardware Error 31/03 20:03:14,368 WARNING [547580420496] (uvc-device.cpp:664) interrupt event received: 1, 3, 0, 7, 0, 23, [ WARN] [1585674195.369777594]: Hardware Notification:IR stream start failure,1.58567e+12,Error,Hardware Error 31/03 20:03:16,064 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:16,065 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:16,297 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:16,298 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:16,398 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:16,398 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:16,531 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:16,532 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:16,664 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:16,664 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:16,765 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:16,765 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:16,897 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:16,898 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:17,032 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:17,032 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:17,131 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:17,131 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:17,232 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:17,232 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:17,398 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:17,398 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:17,498 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:17,498 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:17,598 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:17,598 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:17,732 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:17,732 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:17,865 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:17,865 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:17,965 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:17,965 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:18,100 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:18,100 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:18,232 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:18,232 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:18,332 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:18,332 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:18,466 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:18,466 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:18,532 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:18,532 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:18,765 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:18,765 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:18,832 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:18,832 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:18,899 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:18,899 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:19,132 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:19,133 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:19,199 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:19,199 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:19,266 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:19,266 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:19,499 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:19,499 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:19,566 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:19,566 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:19,632 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:19,633 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:19,866 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:19,866 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:19,932 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:19,933 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:19,999 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:19,999 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:20,233 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:20,233 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:20,300 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:20,300 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:20,366 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:20,366 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:20,635 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:20,635 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:20,667 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:20,667 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:20,733 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:20,733 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:21,000 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:21,000 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:21,033 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:21,033 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:21,100 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:21,100 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:21,200 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:21,200 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:21,400 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:21,400 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:21,467 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:21,467 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:21,567 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:21,567 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:21,768 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:21,768 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:21,834 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:21,834 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:21,934 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:21,934 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:22,135 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:22,135 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:22,201 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:22,201 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:22,302 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:22,302 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:22,335 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:22,335 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:22,568 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:22,568 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:22,601 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:22,601 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:22,734 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:22,734 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:22,935 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:22,935 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:22,968 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:22,968 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:23,101 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:23,101 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:23,302 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:23,302 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:23,434 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:23,435 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:23,501 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:23,501 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:23,668 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:23,668 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:23,802 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:23,802 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:23,868 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:23,868 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:24,035 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:24,035 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:24,168 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:24,169 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:24,235 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:24,236 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:24,335 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:24,336 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:24,535 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:24,535 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:24,602 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:24,602 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:24,703 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:24,703 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:24,903 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:24,903 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:24,969 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:24,969 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:25,069 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:25,069 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:25,269 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:25,269 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:25,335 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:25,336 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:25,436 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:25,436 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:25,636 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:25,636 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:25,703 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:25,703 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:25,802 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:25,803 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:26,003 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:26,003 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:26,070 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:26,070 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:26,169 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:26,169 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:26,370 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:26,370 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:26,436 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:26,437 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:26,503 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:26,503 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:26,737 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:26,737 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:26,803 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:26,804 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:26,870 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:26,870 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:27,103 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:27,103 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:27,170 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:27,171 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:27,237 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:27,238 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:27,270 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:27,270 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:27,537 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:27,537 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:27,604 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:27,604 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:27,638 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:27,638 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:27,904 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:27,904 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:27,971 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:27,971 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:28,005 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:28,005 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:28,038 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:28,038 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:28,337 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:28,338 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:28,372 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:28,372 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:28,438 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:28,439 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:28,638 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:28,638 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:28,737 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:28,737 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:28,804 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:28,804 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:29,005 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:29,005 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:29,038 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:29,038 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:29,171 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:29,171 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:29,372 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:29,372 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:29,406 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:29,406 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:29,538 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:29,538 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:29,739 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:29,739 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:29,771 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:29,772 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:29,905 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:29,905 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:30,105 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:30,105 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:30,138 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:30,138 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:30,272 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:30,273 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:30,472 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:30,472 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:30,506 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:30,506 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:30,638 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:30,639 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:30,839 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:30,839 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:30,872 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:30,872 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:31,005 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:31,006 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:31,206 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:31,206 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:31,239 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:31,239 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:31,372 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:31,372 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:31,573 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:31,574 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:31,607 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:31,607 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:31,739 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:31,739 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:31,939 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:31,939 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:32,073 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:32,073 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:32,278 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:32,278 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:32,373 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:32,373 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:32,440 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:32,440 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:32,640 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:32,640 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:32,739 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:32,740 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:32,806 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:32,806 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:33,006 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:33,006 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:33,108 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:33,108 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:33,173 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:33,173 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:33,373 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:33,373 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:33,473 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:33,473 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:33,540 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:33,540 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:33,740 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:33,740 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:33,840 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:33,842 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:33,907 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:33,907 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:34,107 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:34,107 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:34,207 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:34,207 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:34,274 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:34,274 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:34,474 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:34,474 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:34,574 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:34,574 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:34,641 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:34,641 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:34,841 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:34,841 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:34,975 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:34,975 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:35,141 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:35,141 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:35,241 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:35,243 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:35,375 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:35,375 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:35,508 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:35,508 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:35,608 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:35,608 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:35,741 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:35,741 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:35,908 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:35,910 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:35,975 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:35,975 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:36,108 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:36,108 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:36,275 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:36,275 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:36,341 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:36,341 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:36,609 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:36,609 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:36,675 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:36,676 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:36,943 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:36,943 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:37,008 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:37,009 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:37,209 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:37,209 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:37,309 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:37,309 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:37,376 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:37,376 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:37,576 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:37,576 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:37,675 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:37,675 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:37,742 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:37,743 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:37,943 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:37,943 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:38,043 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:38,043 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:38,109 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:38,110 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:38,309 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:38,309 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:38,409 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:38,409 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:38,482 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:38,482 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:38,676 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:38,677 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:38,777 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:38,777 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:38,844 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:38,844 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:38,943 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:38,943 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:39,143 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:39,143 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:39,210 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:39,210 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:39,310 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:39,310 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:39,512 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:39,512 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:39,576 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:39,577 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:39,677 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:39,677 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:39,877 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:39,877 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:39,943 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:39,943 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:40,044 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:40,044 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:40,244 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:40,245 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:40,311 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:40,311 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:40,377 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:40,377 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:40,611 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:40,611 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:40,679 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:40,679 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:40,744 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:40,744 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:40,811 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:40,813 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:41,053 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:41,053 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:41,111 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:41,111 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:41,179 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:41,179 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:41,278 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:41,278 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:41,478 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:41,478 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:41,546 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:41,546 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:41,645 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:41,645 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:41,844 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:41,845 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:41,911 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:41,911 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:42,011 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:42,011 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:42,212 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:42,212 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:42,278 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:42,278 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:42,412 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:42,412 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:42,579 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:42,580 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:42,679 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:42,679 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:42,780 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:42,780 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:42,945 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:42,945 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:43,045 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:43,045 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:43,245 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:43,246 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:43,346 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:43,347 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:43,583 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:43,583 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:43,612 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:43,612 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:43,712 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:43,712 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:43,947 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:43,947 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:43,979 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:43,979 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:44,079 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:44,079 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:44,313 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:44,313 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:44,348 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:44,348 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:44,446 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:44,446 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:44,679 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:44,679 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:44,713 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:44,713 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:44,813 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:44,813 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:45,046 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:45,047 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:45,079 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:45,080 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:45,180 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:45,180 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:45,247 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:45,247 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:45,447 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:45,447 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:45,547 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:45,548 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:45,613 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:45,613 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:45,813 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:45,813 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:45,913 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:45,914 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:45,981 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:45,981 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:46,180 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:46,181 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:46,280 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:46,280 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:46,347 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:46,347 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:46,581 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:46,581 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:46,647 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:46,647 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:46,781 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:46,781 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:46,947 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:46,947 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:47,014 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:47,014 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:47,147 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:47,148 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:47,315 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:47,315 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:47,381 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:47,381 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:47,514 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:47,514 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:47,681 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:47,682 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:47,748 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:47,748 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:47,881 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:47,881 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:48,084 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:48,085 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:48,182 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:48,182 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:48,315 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:48,315 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:48,484 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:48,485 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:48,548 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:48,548 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:48,682 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:48,682 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:48,848 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:48,848 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:48,915 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:48,915 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:49,048 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:49,048 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:49,216 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:49,216 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:49,282 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:49,283 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:49,415 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:49,416 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:49,582 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:49,582 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:49,649 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:49,649 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:49,782 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:49,782 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:49,916 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:49,916 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:50,015 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:50,016 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:50,149 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:50,149 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:50,283 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:50,283 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:50,383 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:50,383 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:50,517 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:50,518 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:50,649 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:50,649 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:50,750 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:50,750 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:50,883 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:50,883 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:51,018 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:51,018 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:51,116 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:51,116 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:51,217 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:51,217 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:51,383 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:51,383 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:51,483 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:51,483 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:51,583 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:51,583 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:51,750 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:51,750 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:51,850 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:51,850 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:51,950 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:51,950 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:52,051 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:52,051 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:52,217 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:52,217 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:52,317 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:52,317 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:52,417 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:52,417 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:52,585 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:52,585 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:52,684 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:52,684 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:52,784 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:52,784 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:52,884 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:52,884 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:53,050 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:53,050 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:53,151 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:53,151 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:53,251 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:53,251 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:53,418 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:53,418 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:53,484 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:53,485 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:53,618 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:53,618 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:53,784 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:53,784 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:53,851 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:53,851 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:53,985 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:53,985 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:54,152 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:54,152 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:54,218 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:54,218 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:54,352 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:54,352 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:54,552 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:54,552 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:54,618 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:54,619 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:54,718 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:54,718 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:54,919 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:54,919 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:54,985 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:54,985 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:55,085 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:55,085 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:55,285 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:55,285 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:55,419 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:55,419 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:55,518 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:55,519 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:55,652 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:55,652 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:55,786 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:55,786 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:55,886 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:55,886 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:56,019 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:56,020 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:56,119 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:56,120 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:56,252 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:56,252 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:56,386 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:56,386 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:56,488 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:56,488 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:56,519 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:56,519 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:56,753 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:56,753 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:56,853 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:56,853 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:56,887 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:56,887 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:56,987 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:56,987 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:57,219 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:57,220 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:57,253 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:57,253 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:57,353 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:57,354 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:57,587 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:57,587 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:57,620 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:57,620 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:57,720 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:57,720 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:57,887 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:57,887 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:58,054 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:58,054 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:58,087 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:58,087 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:58,253 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:58,253 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:58,421 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:58,421 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:58,456 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:58,456 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:58,590 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:58,590 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:58,787 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:58,787 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:58,821 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:58,821 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:58,954 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:58,954 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:59,020 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:59,020 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:59,188 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:59,189 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:59,325 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:59,325 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:59,388 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:59,388 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:59,555 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:59,555 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:59,689 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:59,689 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:59,755 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:59,755 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:59,921 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:59,921 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:03:59,988 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:03:59,989 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:00,121 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:00,121 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:00,288 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:00,288 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:00,354 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:00,355 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:00,489 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:00,489 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:00,655 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:00,655 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:00,722 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:00,722 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:00,855 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:00,855 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:01,021 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:01,021 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:01,088 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:01,088 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:01,221 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:01,222 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:01,388 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:01,388 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:01,455 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:01,455 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:01,588 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:01,589 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:01,789 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:01,789 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:01,922 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:01,922 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:02,122 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:02,122 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:02,256 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:02,256 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:02,455 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:02,456 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:02,589 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:02,589 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:02,789 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:02,789 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:02,922 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:02,922 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:03,123 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:03,123 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:03,256 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:03,256 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:03,456 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:03,456 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:03,590 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:03,590 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:03,790 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:03,790 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! 31/03 20:04:03,923 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:03,923 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback! ^C 31/03 20:04:04,123 WARNING [546584916368] (types.cpp:49) Out of frame resources! 31/03 20:04:04,123 ERROR [546584916368] (synthetic-stream.cpp:48) Exception was thrown during user processing callback!`

RealSenseCustomerSupport commented 4 years ago

@q8wwe,

Can you please share with us your launch file?

RealSenseCustomerSupport commented 4 years ago

@q8wwe,

Do you still need help with this question?