Hi dipeshadekar,
For the error:
ERROR from element stream-muxer: memory type configured and i/p buffer mismatch ip_surf 0 muxer 3
Please add one line and try again.
g_object_set (G_OBJECT (nvconv),"nvbuf-memory-type", 3, NULL);
Hi laomao,
Not sure why you are not able to launch it. We have RocketFish USB camera that supports YUYV 640x480p30.
[63994.031169] usb 1-8: Product: Rocketfish HD Webcam Pro
[63994.031171] usb 1-8: Manufacturer: Rocketfish
[63994.031173] usb 1-8: SerialNumber: 2011071800171
By modifying width, height, and format accordingly, it works well.
You may try deepstream-app. source1_usb_dec_infer_resnet_int8.txt is for USB camera. The default resolution is 1280x720. Please modify to 640x480 and give it a try.