-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following the steps but does not work after plugin to pc #7
Comments
So are you plugging it into a PC or a Mac? In either case, you could go into Device Manager (on Windows) or About this Mac > System Report... and look for USB devices and see if you see a Raspberry Pi device connected. Note that it takes 30 seconds to a minute the first time you plug it into your computer before it boots and would be available. And if you have a really slow microSD card, it could take multiple minutes before it's available. Do you have an HDMI adapter you could use to watch the Pi's output while it boots up? |
I plug it to a Mac, and no device detected by it |
Can you run |
I change another cable and it could work!!! |
@YunchuZhang - Yay! Interesting that the cable was the problem, but glad you found that! For the brightness, yes the default of 55 works great on macOS, and also I tested it on my Dell XPS 13 laptop and it seemed to work well in Windows 10 there. But I know some people mentioned that it should be set to The way to do that would be to change the |
what micro usb cable did you use for this? I bought two new cable from Amazon, |
I just used one of the old cables I have in my giant bag of USB cables I've collected over the years. I tried two different cables (one of them is Anker, the other I don't see any identifying mark), and both have worked for me. |
I found that if the cable has 'B' sign in the microusb part, it could work. |
This was a great little project as I have a bunch of Pi's, cheapy camera, and the flat heat sink you see, lying around. Runs at about 50 C with camera on. The camera was about $9 on Amazon and the case about $7, the Pi around $12, so this setup was <$30 US! I did have to check here to get it to work as I am not an engineer or coder by any stretch of my imagination. I could not get the camera to work on a Windows desktop after trying 4 different USB to micro USB cables. So I did a separate Pi USB power supply, waited for it to power up, than plugged in a USB to micro USB cable into my PC. Bingo, that worked. I then removed the power supply cable to see what would happen. The camera remained up! with the USB in the other(non PWR-in) port! So I'm wondering if its a timing thing, when I check device manager, I see this: But when I check with the single USB to MicroUSB cable in the PWR-IN port it does not appear. Is it a timing issue? Where the camera is not yet started when the Pi is first plugged in so Windows does not detect it? Can you configure a delay to reset the code you have to bring up the camera? So Windows will see it? Thanks you! |
No, on thePiZero, the non power is OTG and can also power the pi.
…On 11/25/20, osilloh ***@***.***> wrote:
![CheapPiCamjpg](https://user-images.githubusercontent.com/40921996/100286032-1dc27000-2f16-11eb-8d6a-45bec9ebb4a1.jpg)
This was a great little project as I have a bunch of Pi's, cheapy camera,
and the flat heat sink you see, lying around. Runs at about 50 C with camera
on. The camera was about $9 on Amazon and the case about $7, the Pi around
$12, so this setup was <$30 US!
I did have to check here to get it to work as I am not an engineer or coder
by any stretch of my imagination.
I could not get the camera to work on a Windows desktop after trying 4
different USB to micro USB cables. So I did a separate Pi USB power supply,
waited for it to power up, than plugged in a USB to micro USB cable into my
PC. Bingo, that worked.
I then removed the power supply cable to see what would happen. The camera
remained up! with the USB in the other(non PWR-in) port!
So I'm wondering if its a timing thing, when I check device manager, I see
this:
<img width="107" alt="UVC Camera"
src="https://user-images.githubusercontent.com/40921996/100286571-1d76a480-2f17-11eb-82cb-c3cf8891e3b3.png">
But when I check with the single USB to MicroUSB cable in the PWR-IN port it
does not appear.
Is it a timing issue? Where the camera is not yet started when the Pi is
first plugged in so Windows does not detect it? Can you configure a delay to
reset the code you have to bring up the camera? So Windows will see it?
Thanks you!
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#7 (comment)
--
Thanks
Kevin Shumaker
Personal Tech Support <https://kevinshumaker.wixsite.com/thethirdlevel>
N38° 19' 56.52"
W85° 45' 8.56"
Semper Gumby
“Don't tell people how to do things. Tell them what to do and let them
surprise you with their results.” - G.S. Patton, Gen. USA
Ethics are what we do when no one else is looking.
Quis custodiet ipsos custodes?
“There is no end to the good you can do if you don’t care who
gets the credit.” - C Powell
You know we're sitting on four million pounds of fuel, one nuclear weapon
and a thing that has 270,000 moving parts built by the lowest bidder. Makes
you feel good, doesn't it?
|
You're gonna love this answer:
OTG starts up very early, and for ethernet or Serial gadget, it doesn't
have to be up all the way for them to be seen by Windows. I am not sure as
to the setup for Camera Gadget, still working with it...
In fact, for a Serial Gadget, you can watch most of the boot info if you
did a connection, then told it to re-boot...
…On Wed, Nov 25, 2020 at 6:02 PM osilloh ***@***.***> wrote:
I am an not an engineer, but the Pi/Camera still working with only
microUSB in the non PWR-IN port is a good indication that it is accepting
power. I should clarify. Does the Pi and camera need to be fully
started/initialized before Windows will detect it as a camera?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEZTUHN2CYITMWOFPOFFJUDSRWEHLANCNFSM4TVH2WYQ>
.
--
Thanks
Kevin Shumaker
Personal Tech Support <https://kevinshumaker.wixsite.com/thethirdlevel>
N38° 19' 56.52"
W85° 45' 8.56"
Semper Gumby
“Don't tell people how to do things. Tell them what to do and let them
surprise you with their results.” - G.S. Patton, Gen. USA
Ethics are what we do when no one else is looking.
Quis custodiet ipsos custodes?
“There is no end to the good you can do if you don’t care who
gets the credit.” - C Powell
You know we're sitting on four million pounds of fuel, one nuclear weapon
and a thing that has 270,000 moving parts built by the lowest bidder. Makes
you feel good, doesn't it?
|
ohhh. After watching the video again, I am supposed to use the USB port and NOT the PWR-IN port. It works perfectly on the USB port with a single cable! |
the cable matters for me. I use ps4 cables now and could work |
Another question is when I try with Linux, it fails and the fps shows wrong. Did you try with linux? |
my pi zero refuses to boot after updating to the latest raspberry pi os 5.4.83-v7l 1379 SMP Mon Dec !4 2020 |
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark issues as stale. |
This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details. |
Hi there,
Thanks for your writing. I want to ask when I finished all those steps and shutdown raspberry pis. When I plug it to pc, it does not show any devices in pc. Do you know what may caused this issue?
I am using pi zero w and mac
The text was updated successfully, but these errors were encountered: