Adonay Nunes
Adonay Nunes
Hi @MartyG-RealSense I tried with poll_for_frames() however the problem persists, as you can see in the screenshot below, the first frame numbers are the same, after frame number 0 the...
I upgraded the SDK version to 2.50, which let me upgrade the intel firmware to 05.12.00.50. However, I still get initial frames greater than one. The screenshot below each column...
I managed to improve synchronization by getting the frame timestamp during the recording and when reading the bag file I get the bag frame timestamp and match it to the...
To compile either OpenPose caffe or custom caffe it is necessary to deactivate conda with the command ```conda deactivate``` so conda will not interfere with some system libraries.
same here for place_order_option, the orderId doesn't match the orderID from get_current_orders() the orderId generated when placing the order doesn't work for canceling the order, instead I have to get...
I think this has been resolved, maybe webull made a temporary change. I get the correct order_id and I can cancel it
let's try step by step does: ``` ibkr = Ibkr() ibkr.get_session() ``` print out success?
I was going to finish implementing IBKR but it is a pain, their methods are weird as, and the documentation is not clear... Instead, I am working on tradestation, very...