I'm having great difficulty with running dual sources.
I have 2 Quickcam Pro 3000's. I can click on each of them in explorer and get a video feed from them. When using fullscreen I open the first dir with device=1 and get a picture. I open the second dir with device=2 and get an error message about being connected. I thought it might have been the code "we" added for MC. I downloaded the package as listed on post #1 from it's author. I fire it up and get a picture on cam 1. I right click and chose the second camera and it blips and shows same camera instead of #2. I'm wondering if the "referencing" of sources is kinda fubarred. Can you guys look into it and see if something might be causing it to only see the first cam if both are identical?
not sure if anyone cares but in the directshow api there's a flag that specifies the orientation of the image: ie: reversed image for ppl with webcams that dont support it..
I have a tv tuner card and a web cam and am able to pick either of these. I'm confused, are you saying that the original code, unaltered by me works and my derived version doesn't?
Let me know, its hard to debug it though since both sources work fine for me.
I can add that reverse option if anyone wants it.
I was adding the shrink to x by y for someone and making it toggle moveable/unmoveable. I got sidetracked at the weekend and haven't had a chance to get back to doing much in the past couple of days. I've been figuring out how to get vlc to play DVD's fully embedded.
mobileh: I guess I wasn't as clear as I wanted to be
Both the original code and your modified code exhibit the same behaviour. If you don't have 2 of the same "devices" it might be hard to test things though. I'd be happy to test. That reverse feature would be AWESOME!
Would it make a diff if I say it's just your code?
j/k
I appreciate your efforts, it's not critical it be done right this second so I can hang tight. While you are adding features, an ini option for mirror=x and flip=x would be totally cool!
You have a bigger Lilliput than me, thats not fair
Whats the 8.4" screen like? I didnt even see that one when I was looking round.
For my desktops I have two samsung 21" LCDs and they are awesome. I wish I could get 500:1 contrast ratio out of a 7" screen, that would be the dogs bollocks.
I've been hunting my draws for two web cams that are the same, and cannot find any more. I'll try just by code inspection to see what might be up.
Here's something to try: Just to eliminate one possibility. Set the ini to reference device 1, then start it up, see whats shown. Exit, change the ini to 2 and the repeat, just to make sure it isnt a painting problem.
Might be possible to have up/down arrows cycle thru cams too, that would be useful I think.
That's an easy one to test as I've done that before.
If I select device=1 it shows camX
If I select device=2 it shows camX
When using the right click menu at the top of it you have a choice of capture devices, mine shows
1 - Logitech QuickCam Pro 3000
2 - Logitech QuickCam Pro 3000
Depending on which I have selected or device=X has the checkmark.
Btw you can use # keys to select which device you see as indicated by the # at the end of the description. i.e. 1 or 2 in my case. Using arrows might be easy to implement
As far as my lilli, I absolutely love it! I didn't feel the need for a widescreen solution in the car so the 8" was the logical choice
I know why its doing this now. Its binding the object to the render stream by 'FriendlyName', and your names are identical. I can fix it to use ordinal.
I have been trying to get flip horizontal to work, but when I find the Dshow pin assoicated with the unconnected render stream and try and chance the mode to flip things the program hangs. Clearly I've got something mixed up.
Been at a clients today so not very fresh. I'll look at it in the morning.
i never recieved word fromt he original programmer, I guess she doesnt care. If she didnt want it to be edited I guess she wouldnt have put it out on the net.
Sweet. Good Job mobile1 I cant wait until i get to the point where i can test this out. I have this horrible alternator whine over my speakers I have my whole system tore apart trying to track it down
__________________ -Jesus- King of Kings Lord of Lords
I had a similiar whine in my car... I ended up just putting an extra ground wire from my power supply to the ground on my power amp and it went away...
I have a whine too, but im stuck here coding up Fullscreen!
I have most of the features put in, it will now fix Leddy's problem where he has two devices with the same name. I cannot test that, but the code is obvious where it would fail.
I cannot get the mirror to work, I get the PIN associated with the preview, but then when I call setMode on it, the call never returns. I'll fix that somehow. Must be some directX nastiness.
The windows now move etc properly, I had a bug before where it would get messed up.
I have also been in contact with the guy who wrote speedfan, which pulls SMART data from the hard drive and voltage sensors. He is ok with me using his program as an in-process slave and pull from its shared memory. I should be able to put together an app that you embed that reports voltage and hard drive statistics.