Blake58
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Activity overview
Latest activity by Blake58-
Blake58 created a post,
How can i apply preset json file while streaming depth image with d435
Hi, im using d435 to streaming depth image in colorized. I want to apply edgemap to our camera, but i don't know how to do. https://github.com/IntelRealSense/librealsense/blob/master/wrappers/pyth...
-
Blake58 commented,
good to see you again Marty, I tried cv2.resize, but, it did'nt worked. Bunt, i found other solution of this. my tensorflow model's input size was 150 X 150 size. so we changed input size of model ...
-
Blake58 created a post,
How can i resize d435's depth frame?
Hi, im making image classifier with d435. While i do my project there are some problem with our code. import dlibimport cv2import pyrealsense2 as rsimport numpy as npfrom keras.models import load_m...
-
Blake58 commented,
Oh, we didn't check fps. Thank you for reply . Our project doesn't requires high fps so, we can use that. Thank you again
-
Blake58 commented,
this is (640,480) setting's image. and this one is none fiter photo. we want filter applied depth image with non filter's resolution
-
Blake58 created a post,
How can i improve our depth image resolution in d435
Hi, im using d435 to get depth image for pose detection. While working for our project, the resolution of our depth image cant satisfy our expect. So, we tried to change pixel value from (640,480) ...
-
Blake58 commented,
Finally we can use d435 in our jupyter. Because of my bad english, i don't know how to express our mood. Thanks you so much for dealing our one month delayed project. I think we can pass our gradua...
-
Blake58 commented,
Hi MartyG Thanks for help me. There are any files in my bin folder but, in terminal, if i run 'rs-capture', then the code runs perfectly, but, we want to get only depth image, so we tried to custo...
-
Blake58 created a post,
example.hpp: No such file or directory
I want to get colorized depth image with d435 camera. So i want to run rs-capture.cpp example, but there are some problem in code. When i build my project, there are some error message, "example.hp...