Пікірлер
@gagelarsen
@gagelarsen 26 минут бұрын
iv never seen a soldering iron like that ever that’s pretty cool tho
@antonyfernandez9536
@antonyfernandez9536 15 күн бұрын
IR filter has packed up or is stuck, you should try find the debug page.
@hungrygrimalkin5610
@hungrygrimalkin5610 3 ай бұрын
Can't you make a color id map in blender with Vertex Paint mode?
@Jeppe64
@Jeppe64 4 ай бұрын
I just get found and then the ip of the camera then auth failed on that ip any idea? according to router the camera is a homemonitorhdpro
@WillRosen
@WillRosen 4 ай бұрын
Hmm, you could try making the stream URLs yourself like rtsp://username:[email protected]:port/some/endpoint. There's a list of endpoints in the code. Then using something like VLC Media Player to attempt to connect to it. If that does not work then maybe they brought out a patch to fix this vulnerability 🤔
@makeu2happy
@makeu2happy 4 ай бұрын
Good video. I like to open my all 6 Y-cam. Because I dont buy new. I cant do even watch this.
@wasd_m-play5965
@wasd_m-play5965 5 ай бұрын
👍👍
@bailaabrams3897
@bailaabrams3897 5 ай бұрын
..Flux capacitor
@benjohnson6700
@benjohnson6700 5 ай бұрын
Fk the incense.. how do you get a purple burner ??? I need it 😂
@WillRosen
@WillRosen 5 ай бұрын
Haha unfortunately that's just how the camera picks it up, infrared stuff I'm guessing! Its red in real life :(
@benjohnson6700
@benjohnson6700 5 ай бұрын
@@WillRosen dashed a life goal 😆
@alfonsoldebenneker41
@alfonsoldebenneker41 6 ай бұрын
Beetje technisch😇
@terencechristopherrogers132
@terencechristopherrogers132 6 ай бұрын
Good work dude keep it up
@Boxersteavee
@Boxersteavee 6 ай бұрын
Good job!! (Also you meant the joysticks went to controller 4)
@WillRosen
@WillRosen 6 ай бұрын
Whoops, good catch!
@invadorop
@invadorop 6 ай бұрын
Is mixer better than blender for texturing
@JonnyWaldes
@JonnyWaldes 7 ай бұрын
Old joke: "To fix your annoying blinking VCR clock all you need is a claw tooth hammer and some electrical tape. Use clawtooth hammer to break off a piece of electrical tape and then cover up your clock display."
@stephenbroadley9155
@stephenbroadley9155 7 ай бұрын
Nice work, as always!! 🎉
@roselightmoon
@roselightmoon 9 ай бұрын
this was a really fantastic tutorial, concise and to the point. I'm currently working on creating game assets and this has been a wonderful breakdown of the workflow for Unity. Thank you so much!
@severimakela5949
@severimakela5949 9 ай бұрын
Thinking also to put som breath to my old qnap server to store videos and surveillance data. It would be nice to put some date and time stamps to video..
@WillRosen
@WillRosen 9 ай бұрын
I'm not sure of the exact details of NTP, but you should be able to set the camera's time by hosting an NTP server on the same network which responds with the correct time. There's a link to the code I used in the description but I believe it's in Python 2
@severimakela5949
@severimakela5949 9 ай бұрын
@@WillRosen thanks, I noted that, but within several hours looking from internet finally found yours video and started to find real progress I needeed some sleep and had nj motivation any more. I should study some more accurate mathematics, it has been over twenty years since last study (if mac address has 3 pcs of zeros in rowa, it is not 4 pcs of zeros in row :D ) I got stream visible in firefox and tested some general agent application for windows. I perhaps would use wifi if it could get configured to carera. Some way there must be, because it could get done via windows or y-cam app.
@severimakela5949
@severimakela5949 9 ай бұрын
Nice, I got also stream from camera now. Is there some way to configure camera from some settings url or so which is in cameras web server? I tried some but no luck on random urls.
@WillRosen
@WillRosen 9 ай бұрын
Awesome! But unfortunately I didn't capture anything to do with changing the camera settings. There is the http web server on port 80 but that only had the option to update stuff, I didn't progress past that login screen so I don't know what's beyond that
@severimakela5949
@severimakela5949 9 ай бұрын
@@WillRosen That was also only thing I succeedeed to find. I tried to find some firmware (mine is from year 2014) from internet, but without results. Maybe somebody will do tasmota or esp or something else hack for these well packed cameras somehow sorewhere sometimes :)
@smartoldgit
@smartoldgit 10 ай бұрын
Brilliant - I have managed to add two of my cameras to Synology Surveillance station using your python script to copy and paste the passwords. However it doesn't work for the Y-Cam HD Pro 1080p version.
@WillRosen
@WillRosen 10 ай бұрын
Woohoo! That's awesome, shame about the last camera though 😕 if it's a newer model maybe they realised their old passwords were bad haha
@smartoldgit
@smartoldgit 10 ай бұрын
@WillRosen I had a look at the firmware update login and see its still basic authorisation. My guess is that they changed the characters at each end. Maybe just one. I haven't pursued it any further. I did try to see what it did to stream but its all hidden by encryption it seems. Port 554 is open. I did do a firmware update years ago and it was a similar looking password from memory which I had to copy and paste. If only I had saved that !!!
@WillRosen
@WillRosen 9 ай бұрын
I found four pins on the camera's circuit board that turned out to be UART. Opening a UART connection, I found my camera prints out the password in plain text during boot 😅 but then again I found this post where the UART connection requires a username and password so it's not a 100% reliable way to find it forums.zoneminder.com/viewtopic.php?t=14623
@VVaypoint
@VVaypoint 10 ай бұрын
I definitely need to learn class inheritance more.
@matrixmc4486
@matrixmc4486 10 ай бұрын
Hi Will, Love the work! Tried to replicate however the script finds no cameras? From the MAC address I generated password however seems to be wrong? Is it possible my camera firmware has this patched? Thank you!
@WillRosen
@WillRosen 10 ай бұрын
Hmm, if the script isn't finding any cameras the SOCKET_TIMEOUT may be too low, right now it only allows 0.01 seconds to connect because it has to check 255 addresses and I was getting bored waiting 😅 You can try increasing this or changing the script to use just use the camera's ip if you know it. This link is the only information I stumbled across relating to the vulnerability being fixed: team-sik.org/sik-2016-045/ It says it was fixed in 2016 but whether this means existing cameras were patched or only new cameras had the fix I don't know. Mine were never updated to my knowledge
@hotsauce7124
@hotsauce7124 Жыл бұрын
Hello I'm just now getting into Blender and Quixel Mixer. Have you updated your baking workflow in Blender to support curvature baking? Thank you for this tutorial.
@radiocage
@radiocage Жыл бұрын
Instead of making a different material for each material ID and then baking it to diffuse, I just UV unwrap the model and then use Texture paint fill tool with face selection masking. You can then just save the image file without having to bake or deal with a billiondy materials.
@IanPribadi
@IanPribadi Жыл бұрын
That's nice tutorial. So interested 😁
@emile7895
@emile7895 Жыл бұрын
why is baking necessary ? why not just export the mesh with its material ids into quixel
@radiocage
@radiocage Жыл бұрын
Those get imported into Mixer as different texture sets and can complicate things. Generally, you want to avoid using more than one material on a mesh in Unity, as well, as it increases Draw Calls which have a significant impact on performance. You also do not need to do this material stuff, just use the texture paint mode and use "face selection masking" and the fill tool. It's faster and less work and results in one image file without baking or dealing with 40 materials.
@throwerplump9297
@throwerplump9297 2 жыл бұрын
332 view is so small number of view for this game..looks great actually..
@abdelhafidibis
@abdelhafidibis 2 жыл бұрын
Your game looks amazing man, keep up the good work, and thank you so much for sharing your workflow!
@DarkMuzishn
@DarkMuzishn 2 жыл бұрын
To all people who are searching for the best way, this is it ( to unreal engine too) Bro this, this is what ive been missing!!!!!!! Cant thank you enough!!!!
@Gounesh
@Gounesh 2 жыл бұрын
Awsome. Short, understandable, beginner friendly! Couldn’t asked more, thank you for the knowlage!
@Nieverton69
@Nieverton69 2 жыл бұрын
4:17 you don't need to put a color ramp to change the "strength" of the roughness, what happens is that the ambient occlusion maps, in fact... all maps but the diffuse/base_color/albedo, don't use the sRGB encoder, so you need to change this sRGB to Non-Color in the nodes, to work correctly, same thing is in unity or unreal, but in unity if I am not mistaken, in current hdrp, you don't need to change the color encoder anymore.
@Nieverton69
@Nieverton69 2 жыл бұрын
you could have painted the meshes for the Material ID, for the vertex color, you don't need to create hundreds of materials with different colors.....
@anima8450
@anima8450 2 жыл бұрын
Thanks for this video! I am learning to make game assets and this helped alot
@rotherama
@rotherama 2 жыл бұрын
Thank you for this video. I've been getting into Unity and Blender but hadn't done anything with mixer, substance etc and don't have anything like a workflow yet. This will help immensely.
@rodneyol1692
@rodneyol1692 2 жыл бұрын
How do you get that great lighting when modeling?
@HakanYilmazAbstractizm
@HakanYilmazAbstractizm 2 жыл бұрын
Thank you Will, that helps a lot!
@stylie473joker5
@stylie473joker5 2 жыл бұрын
This video is so helpful thanks a lot
@jasoncroukamp5328
@jasoncroukamp5328 2 жыл бұрын
Thanks
@davestomper3428
@davestomper3428 2 жыл бұрын
I wish this was in real time
@rog5406
@rog5406 2 жыл бұрын
Moving way too fast
@user-bk5tt8bx1i
@user-bk5tt8bx1i 2 жыл бұрын
0:51 color ID 材質球 1:30 新增image / 複製到全部的材質球 1:52 Smart UV project 2:10 Bake image
@kaz6383
@kaz6383 2 жыл бұрын
Ty this helped a lot
@youssefgaaloul
@youssefgaaloul 2 жыл бұрын
Amogus
@michaorzechowski4948
@michaorzechowski4948 2 жыл бұрын
Great tool! Keep goin!
@eumaiseu008
@eumaiseu008 2 жыл бұрын
Is it possible to use custom atlas/decal in Quixel Mixer?
@stephenmackenzie9016
@stephenmackenzie9016 2 жыл бұрын
Nice….you didn’t add a separate ambient occlusion texture into the Blender shader, only a colour texture, before you baked??
@randomuser1846
@randomuser1846 2 жыл бұрын
Thank you for showing to use your workflow
@Khlyn
@Khlyn 3 жыл бұрын
How can i get that URPshader ?
@2010cam1
@2010cam1 3 жыл бұрын
Great video man really helped me out!
@humansrants1694
@humansrants1694 3 жыл бұрын
Wont copy and paste the vertex on mine
@TonsOfHunStudios
@TonsOfHunStudios 3 жыл бұрын
Looks awesome! Really cool trick that you did with the cosine wave for the meteors/ship. The textures look nice as well!
@PauloSamurai
@PauloSamurai 3 жыл бұрын
We all need to use UV Packer addon