URGENT: USB camera not detected

MA_student

New Member
Im trying to convert my VHS footage digital (have done this before without issue) however, this time, my camera isn't showing up when I'm choosing the video capture device/properties, only the audio (now that's not working either)

I have no idea how to fix this and my project is due soon,

help, pls and thank you
 

AaronD

Active Member
If your project is due soon, then it might be wise to spam this thread with anything that might be remotely useful: OBS's log files, system logs that include plugging in the USB capture device (if it is indeed USB), screenshots of the menus so we can see what options you have, etc.

Just saying, "It doesn't work!" doesn't allow anyone to help you. And by the time we go around the loop a few times, asking for one thing, finding it inconclusive, and then another, and another, your deadline has probably passed.



This experience may also show you a need to manage the required technology a bit better. As a tech guy myself (Windows and Linux, not Mac), I've lost count of how many times someone has called me for the very first time at their last minute, either:
  • In panic because an event is scheduled to start already, and their naive unverified expectations turned out to be fundamentally wrong, and I had to tell them that over the phone, in that moment, and salvage some kind of kludge over the phone because they've already committed to something that never was really compatible, or
  • On the edge of scrapping their awesome idea altogether because "tech is too hard" (of course it is, if you avoid it at all costs until it becomes necessary and so you're way out of practice)
In pretty much all of those cases, it would have been plumb easy for their event to rely heavily on the tech available, if they had called me when they first had the idea for the event itself and continued to communicate with me throughout the planning process. And it would have made me feel far more valued as a tech guy too, to be involved in the planning and not just a last-minute "get out of jail free card" that they only use because they have to.

Don't know how many people will read this here and do things better because of it, but if even one does, that's still an improvement.
 

MA_student

New Member

Attachments

  • Screenshot 2022-11-09 at 13.13.45.png
    Screenshot 2022-11-09 at 13.13.45.png
    45.2 KB · Views: 31
  • Screenshot 2022-11-09 at 13.13.29.png
    Screenshot 2022-11-09 at 13.13.29.png
    38.4 KB · Views: 30

AaronD

Active Member
Yes, it USB
my Mac is running OS Ventura now if that means anything, I thought updating it would work but evidently not


my deadline is nov 18
Let's see if I can guess what's happening from that logfile:
  1. You started OBS, with a scene already set up, called "Scene", which itself includes one audio source connected to "EM28284 USB audio" and one video source connected to nothing.
  2. You shuffled a bunch of sources around, and in the process created a new "Scene 2" and deleted the original "Scene". You also changed profiles a few times.
  3. Eventually, you switched to the iPhone camera and recorded about 20 seconds of it. (the full name is in the logfile BTW, not sure why you redacted it from the screenshot)
  4. You closed OBS.
If you ever selected your VCR source, either I don't see it in the log, or I missed it. Or maybe the entire problem is that your computer doesn't see it, in which case it's really a Mac problem and not OBS at all.

Does Mac have the lsusb command like Linux does? If so, run it twice, once with and once without the capture device plugged in.
dmesg may also be helpful, if you have it, after plugging it in. (may need sudo; mine does)

Again, I'm really not a Mac guy, but I've heard of the similarities under the hood between Mac and Linux, since they're both UNIX systems. ;-) So I'm approaching this as if it were Linux, and we'll see how far that goes.
 
Top