Ritesh

Results 12 comments of Ritesh

@PonyM and @GeekAlexis have you been integrated yolov5+reid in successfully with fastmot.Sorry for jump in your conversation but I am working on onestage model detection and tracking with yolov5 that's...

yes right now with yolov4 and tiny yolov4.Thanks for your reply. @youngjae-avikus Do you have any example of yolov4 working with DSL? Can you share it? I have one more...

hi Thanks for your reply If i want to use more than 1 usb camera than how to define it with [dsl_source_usb_new](https://github.com/prominenceai/deepstream-services-library/blob/master/docs/api-source.md#dsl_source_usb_new).

thanks for your reply. add service also for multiple csi cameras.

I dont have csi cameras but I have several USB cameras. I will test it and let you know

Hi I tested with multiple cameras but with set property as well as without set property. But It always take input from first camera and ignore 2nd camera. I tried...

I modified below attached file and i Got result as in output.log file both the cameras connected i check it with ls /dev/video* [output.log](https://github.com/prominenceai/deepstream- [1uri_file_pgie_ktl_tiler_osd_window_h265_mp4.zip](https://github.com/prominenceai/deepstream-services-library/files/9667794/1uri_file_pgie_ktl_tiler_osd_window_h265_mp4.zip) services-library/files/9667777/output.log I think camera initialization...

No, because I freshly flash jetson nano with a new image, install deep stream library and dependency. No other thing or application is running that accesses camera. As well as...

`retval = dsl_source_usb_new('uri-source0', source_width, source_height, 25, 1) if retval != DSL_RETURN_SUCCESS: break retval = dsl_source_usb_new('uri-source1', source_width, source_height, 25, 1) if retval != DSL_RETURN_SUCCESS: break ` this will work after download...

Thanks for this. These how we all thrive by helping each other