not sure what you mean. streaming what? from where? the pi camera feed? I haven't really messed around with it too much other than just using the demo code from picamera2 mjpeg server
@hafizgunawan45942 ай бұрын
Beautiful shots
@hafizgunawan45942 ай бұрын
Cool, wonder why only small audience
@vantawing51602 ай бұрын
I'm not a good video producer, like my voice is not good Working on it, I'm on a hiatus right now (poor) but once I'm back on my feet I'll start making videos again
@ChengduLittleA5 ай бұрын
It's so cool you got microphone working! I haven't yet written code for my raspberry pi camera to encode audio together, but I believe it's gonna be very interesting!
@vantawing51605 ай бұрын
oh yeah python makes it really easy and lots of help from raspberry pi forum edit: the microphone is just usb, I have used 4 different brands all usb, uses ffmpeg
@insertnamehere79615 ай бұрын
"Oh nice, what are you shooting? Sony? Nikon? Cannon?" "Nah bro, im shooting the _____."
@vantawing51605 ай бұрын
Raspberry Pi HQ cam or IMX477
@wristythrone1145 ай бұрын
thats the most unpractical mouse ive ever seen, I want it.
@svinin5 ай бұрын
Man, you still havent found a job?
@vantawing51605 ай бұрын
lol I stopped trying for a while, odds are against me no degree
@svinin5 ай бұрын
I can suggest considering getting affordable degree in Europe, masters can be done in 1.5 years in many places. Or even faking a degree can work out. I know it doesnt sound good but I dont know how desperate you are :) @@vantawing5160
@iskaallan91986 ай бұрын
Awesome design, thank you for sharing. It's surprisingly rare to find documented DIY RPi camera projects.
@vantawing51606 ай бұрын
If you have any questions feel free to ask or check out the repos
@ArthLud6 ай бұрын
Cool. Pretty nice keyboard too! What is it?
@vantawing51606 ай бұрын
BOYI WK68 My opinion is below if you want to read it This keyboard is cool design wise, thick keycaps, but the side profile of the keys where most keyboards are a U shape... for some reason this one is like an n shape. The 2nd and 3rd row of keys are taller than the rest... it's weird. So I don't really use it, my favorite keyboard that I have right now is the Durgod Hades 68 (white with cherry mx reds). I am not a hardcore mech keyboard person though. I have 5.
@vaisakh_km6 ай бұрын
wow really cool, i didn't thought you would actually build it... thanks... :( youtube algorithm delivered this to me really late... in such a little amount of code, it's turned out to be better than i thought.. i surely think by updating the code a little bit this could actually be usable, as now it's just working like mouse keys... I hope pyautogui doesn't have wayland support, but python mouse library does as it ported to listen to events from /dev/input device files , but don't use the packaged version as package hasn't updated in a while and last packaged version still uses x, just need fork the github repo and include in the project... also make sure run as root, or add user to uinput group, .. (last time i used it, ii forked it, removed the check for root, and added user to uinput, and it worked flawlessly) but python is terrible for making mouse drivers, it's too slow for a smooth experience.. prob need to write it in c (and if works we can fork zmkfirmwire and add there, as there is i2c pins in nice!nano and other boards for driving displays), but need to find better sensors for that i have a spare raspberry pi4 laying around and lot of time, if you could give me links to buy the sensors , i can try buying it and try to make it more practialy my keyboard have no gap between keys as it's using choc keys, and with a flat keycaps, it's perfect touchpad... for split keyboards, if we mount this in right half, we can assign a button in right half to switch to mouse mode when holding it, where keyboard is disabled and mouse sensors are enabled,
@vantawing51606 ай бұрын
the sensor is VL53L0X so anywhere you can get them yeah I'm not sure if the mouse is currently slow because of the 20ms sampling rate or if it's because of pyautogui... I have to look into how mouses work regarding the response rate/time for a human moving it I think I'd need visuals on what you're describing but it sounds interesting I made it because I want it to be smaller, my current project is actually packaging it as one so the pi has a case/it's like an intel NUC machine (think of an ashtray shape with two buttons)
@vaisakh_km6 ай бұрын
@@vantawing5160 i would say it's because of python than the sensors cuz old mouse have latency upto 140ms, still rarely noticable for normal browsing... python eventloop can't keepup (even with multithreading) though sampling rate is around 8ms, so might be better to rotate between sensors so every 5ms data is transfered, and we can guess remaining sensor data by looking at the trend of last 4 or 5 position data from the sensor... also there is this thing called cis sensor, used in scanners, i have seen a cool demo somewhere (with multi touch), though it might be bulky
@vantawing51606 ай бұрын
@@vaisakh_km CIS sensor looks cool. I have moved towards putting the pi 4b in a box with the trackpad on top so it's like an ashtray shape ha. But still the tech will be the same/applies what you've been describing. The current code is using 20ms but the sensors are sampling on their own side by side... I like the trend idea makes sense.
@jamestillman52476 ай бұрын
What an epic waste of time.
@vaisakh_km6 ай бұрын
how it's a waste of time? let the man enjoy his hobbies :)..
@vantawing51606 ай бұрын
there's more to come
@SidekickElements6 ай бұрын
super cool. I wonder if this can work if the detectors are all mounted to the keyboard maybe in a 1/3rd circle or so. Then you can use a large area to the side of the keyboard as the mouse... With good software this could totally replace a mouse.
@vantawing51606 ай бұрын
they have desktop monitors that use that tech, they are linear/line the entire side of the screen, just not sure if it's easy to get those, they are skinny
@ryanm85176 ай бұрын
how are you planning to make a click work?
@vantawing51606 ай бұрын
those are just buttons, tactile buttons
@GriffinBarrett-r4c6 ай бұрын
Can I play with this technique on cryptocurrency binary trading? i love ur videos.
@hizutoff1276 ай бұрын
Ew
@cutewhitedog66216 ай бұрын
Very impressive with a few more testing and workarounds you can get that working in a giff l don't know much about raspberry pi's but maby with a few more sensors it could have a much easier time tracking your finger. (Again just my guess) and l would really like to know a in depth look into how you did this again nice job. 👍
@vantawing51606 ай бұрын
there is another video where it's just planning but the repo has everything, if you have any specific questions feel free to ask, I'll put the repo link in the description
@vaisakh_km6 ай бұрын
cool concept... this is prob useful for me for custom mechanical keybaord (mine is chocofi), where holding a button can turn entire keyboard surface into a trackpad.... it would have been awesome if the angle is higher... You sound really tired, get some sleep
@vantawing51606 ай бұрын
that sounds interesting, capacitive keycaps boom patent it lol
@vaisakh_km6 ай бұрын
@@vantawing5160 it's already a thing, like keyboard that act as touchpad, but it's worst of both worlds... they can't make keycaps concave, so typing experince is bad, and gaps betweek keys makes it a bad trackpad... and making all keycaps capacity made it expensive But your idea is great because it's relativly cheap, we don't have to make keys flat and complicated as we can track finger hovering above the surface, and hopefully with better senors, better than a track point due to large area to work with main limitation the viewing angle... but there will be other sensors which does a better job :)
@vantawing51606 ай бұрын
@@vaisakh_km they have these flat beam breakers on monitors for touch support on non-capacitive screens... this thing I made is a worse version of that lol you could make the keycaps just conductive... slightly lol, and then each key that is touched would do direction... tiny bit of electricity won't hurt... metal caps heh
@vaisakh_km6 ай бұрын
@@vantawing5160 ya, we have those screens at place where work The keyboard i mentioned is prestitgio click&touch, and it seems not bad as i remeber
@LongerThanAverageUsername7 ай бұрын
Good god. Get a fuxking tripod
@vantawing51607 ай бұрын
have one it's in the video holding the sensor lol
@JernD7 ай бұрын
Sick
@vantawing51607 ай бұрын
15:38 6 min flight
@vantawing51607 ай бұрын
I'm redesigning the body so there will only be 3 contact points and they have to go through the IMU chip
@winstonsmith3287 ай бұрын
Hi, I'd like to know if you could add the parts that aren't 3D printed just like the battery, the push buttons etc... Thanks
@vantawing51607 ай бұрын
Add it to where? here or on the repo? Like a parts list to buy? I'll add an update to the readme on parts/wiring You can see the shared parts here github.com/jdc-cunningham/modular-pi-cam/blob/master/cameras/pi-zero/pi-ro-cam/hardware/parts.JPG This one though uses an 18650 cell specifically Panasonic NCR 18650B 3400mAh 4.9A from 18650 battery store
@vantawing51607 ай бұрын
Here's an update to the repo includes all the parts github.com/jdc-cunningham/modular-pi-cam/tree/master/cameras/pi-zero/large-display/hardware
@winstonsmith3287 ай бұрын
@@vantawing5160 Thank you so much ! :)
@vantawing51607 ай бұрын
@@winstonsmith328 if you do try to build/have questions feel free to ask. Also there is more info on the hackaday project page hackaday.io/project/194905-modular-pi-cam
@johnwick99358 ай бұрын
Subscribed. 🙂
@jacobdavidcunningham14408 ай бұрын
not cherry blooms, red buds ground flowers are henbit I had to sell the A7 II was sad (as well as everything else lol, now he shoots with a raspbery pi hq cam)
@CodyLacey_8 ай бұрын
Not sure that commit message would pass a Vanta Wing smell test
@vantawing51607 ай бұрын
lol
@skeggs8 ай бұрын
yield nightmare
@takkamora8 ай бұрын
крутяк, давай еще
@SoccerScoutAI8 ай бұрын
gotta make the text big, can't read a damn thing
@vantawing51608 ай бұрын
ahh yeah, it's for 4K monitors my bad
@Mme.Swisstella8 ай бұрын
Exactly which lens do you have on which camera body? Thanks
@vantawing51608 ай бұрын
This is using the 16mm 10MP telephoto lens by CGL Electronic Co., LTD This is the Raspberry Pi HQ cam with Pi Zero 2 and I designed the camera body myself The design files, code, parts, etc... are in the github link in the description The RPi HQ cam has a 5.5 crop factor so this footage is like 88mm full frame
@dkadhakdj28818 ай бұрын
pretty odd doing embedded stuff in python
@vantawing51608 ай бұрын
just easier for me, if anybody wants to refactor this code, you're welcome to lol crowd source, it's a POS but I built it in like 3 days, the printing takes the longest, pretty fun to use though I am proud of the zoom-crop-pan feature, like that's from my usage of the Sony Alpha cameras (I imagine other cameras have it too) this has a pi zero 2 inside, faster SPI (screen refresh) than v1 and small form factor I'll be working on adding a mic support (from ml-hat-cam) and mass storage detection/transfer files into it vs. using SFTP like I'm doing now, it's still slow AF with USB 2
@AbedKad8 ай бұрын
cool
@DohuuDuc9 ай бұрын
I love it❤❤❤
@vantawing51609 ай бұрын
I got a better version of this lens These pics were pretty nice hackaday.io/project/194905-modular-pi-cam/log/229053-another-day-out I still have to get a real lens adapter like those you have seen before eg. for canon to see how much better the image can be
@JernD10 ай бұрын
Haha i am watching some of these videos. I enjoyed seeing the code structure. One piece of advice is you gotta use find and replace my dude, just step through one by one to make sure you aren't causing havoc.
@vantawing516010 ай бұрын
yeah, I gotta wipe this code, start over, keep some of how it works just wanted to get it done, mentally spent after 10 hrs of warehouse labor ha
@vantawing516010 ай бұрын
actually if you're really good at python, (like the code to 3D work you do) I would be open to a code review from you if you have time/want to I posted it on forums but nobody did it The latest code which is based on the first camera is here To make it more legit github.com/jdc-cunningham/modular-pi-cam/blob/master/cameras/pi-zero/large-display/software/main.py
@JernD10 ай бұрын
@@vantawing5160 Yeah let me take a look at it. Not an expert in user interface stuff, but should be fun to take a look.
@sharvilghasad354010 ай бұрын
Damn
@OhHeyTrevorFlowers10 ай бұрын
The visual design has progressed quite a bit since the first prototype. For the snap-in sensor modules, I have been thinking about making a little circuit board that adapts the standard fragile Pi camera ribbon cable to a more solid plug and socket.
@vantawing516010 ай бұрын
yeah that would be more ideal since this process of "lift up the tab, slide in cable" is still not easy. granted... the pi I believe still has to be turned off/turned back on for proper camera detection custom board is beyond my skill at this time, if you work on it I'd be interested to see what you make the circle display was cool/nice point and shoot but the 5D joystick was not a good choice particularly without a back button. I look forward to using it in the field more
@pedroantonio503110 ай бұрын
Cool
@CodyLacey_10 ай бұрын
Actually insane your building your own camera
@vantawing516010 ай бұрын
yeah... it's like an obsession now, another one in the works larger display the RPi ecosystem really makes it easy... too bad no real sensors eg. 4/3, APS-C, full frame... I've seen some people do it but it's hardcore, I'm not at that level, maybe in the future edit: oh damn lol I realized who this is haha
@collinvossman354010 ай бұрын
fascinating! 🧐
@vantawing516010 ай бұрын
he lives hehe time flies
@robertfurr467811 ай бұрын
Very cool! You should have an option to make your photos round like the display :)
@vantawing516011 ай бұрын
yeah should be pretty straightforward with PIL normally I scale the image to the width of the display for the live preview here it's not right so it's "zoomed in" minor details though will update the software and I ordered a camera module v3 so there will be an update with that I also was working on an access point remote control for the camera for tripod shooting/shooting in manual mode eg. exposure will be interesting, won't get the cam till probably next week though :( oh well
@vantawing516011 ай бұрын
Damn, it's stuck at SD I guess even 2 days later
@OnnieKoski Жыл бұрын
Looks like you got an IR pass filter and not an IR cut filter. Usually a UV filter will also have some IR blocking, which is cool, 'cause they're cheap.
@vantawing5160 Жыл бұрын
Thanks for that. Yeah I bought the wrong thing. I was looking into this and I guess the 8-50mm Arducam may not have an IR problem, more like a tint... the ND filter seems to remove it. I have to use it more to be sure. Will be nice near the summer time when the trees have leaves/not so depressing at the park.
@zachisparanoid Жыл бұрын
dude, honestly this is super cool. I know that took some serious time to design and develop. I was just looking up picovoice rhino stuff, but THIS...dude, it's really cool. Keep it up man!
@vantawing5160 Жыл бұрын
thanks! it's a bit impractical but a v2 (tripod based) would be interesting
@zachisparanoid Жыл бұрын
@@vantawing5160 wouldnt mind collaborating with you sometime!! (If you'd be interested of course). No worries if you don't tho, totally understandable.
@vantawing5160 Жыл бұрын
@@zachisparanoid what skills do you have? I currently don't have anything on the board (working labor day job and then freelancing for extra cash). my next project was going to be circular-display based pi cameras (just to try out the circular display and 5-d dpad).
@williamguerrero5616 Жыл бұрын
🎉 Promo_SM
@Wondershred Жыл бұрын
FIRST! And proud!
@Wondershred Жыл бұрын
Easy sub, I’m so glad KZbin is suggesting me small creators
@CallMeRabbitzUSVI Жыл бұрын
Same here, always more interesting
@bourr4sque Жыл бұрын
Sick build man!
@vantawing5160 Жыл бұрын
thanks
@pyraxus Жыл бұрын
Sick
@brandonclark7333 Жыл бұрын
Do you have your stills uploaded anywhere? Have you tried any lenses from vintage CS mount cinema cameras? Is it frustrating to wait for the PI to start up? Do you feel you have any room to further reduce the size of the body? This looks great, I've been planning essentially the same project so glad to see someone else is also working on it!
@vantawing5160 Жыл бұрын
If you look on Hackaday there are others who have built pi cameras, though most of them are based on the full-sized pi. I have seen at least 1 that was based on pi zero. I can put the stills up sure, the maximum resolution is 4056x3040 oops forgot here is the link imgur.com/a/hXW8nuZ I'm going to go to the park tomorrow, it is winter though so kind of ugly but will be nice to test it out for real, last time I was there I didn't have the zoom-crop panning feature Album with various lenses, the widest one would be the 5mm (27.5mm full frame equivalent due to 5.5 crop factor of RPi cam) I have not tried any vintage CS mount cinema cameras. The Pi is slow to start, and I'm using systemd, I timed it, it takes pretty much a minute exactly (pi zero 1) for it to paint something, it's not a huge deal to me (pi zero 2 is 32 seconds) There is a lot of empty space on the right side/behind the buttons, it's mostly filled by thick bendy wires, you could use say a grouped IDE harddrive cable for example with thin wires See the internals shot here, you can see that there is a lot of space in there. cdn.hackaday.io/images/6433071702777783170.JPG I will make a version 2 in the future but that's far away if I'm not homeless lol. I want it to have speakers/mic, a more ergonomic body shape and probably source better buttons yeah good luck with your project, I also posted a design video on this channel using sketchup if that helps and check out hackaday/other people's cameras via Google Images search
@OnnieKoski Жыл бұрын
I think I might have the same 6mm lens and it seems like the focus ring is stuck (like you mentioned a few videos before). How is it supposed to work?
@vantawing5160 Жыл бұрын
I don't have a 6mm. I have 8-50, 12mm, 35mm and 5mm. Anyway it depends how many rings are on your lens. If you have an aperture (opens/closes to let in more/less light) and then focus (should see an inner metal thing slide in/out). It may just be stuck but be careful.
@OnnieKoski Жыл бұрын
@@vantawing5160 thanks! It’s odd. It seems like the front ring adjusts focus, not the part with the lever.
@vantawing5160 Жыл бұрын
@@OnnieKoski yeah it varies by model, some have it backwards (aperture/focus front to back order). hope you figure it out
@OnnieKoski Жыл бұрын
This is awesome! Thank you for sharing your process.