5 ms·
From the article: >Evercoast deployed a 56 camera RGB-D array Do you know which depth cameras they used?
by sbierwagen 8mo ago
From the article:
>Evercoast deployed a 56 camera RGB-D array
Do you know which depth cameras they used?
- brcmthrowaway 8mo agoKinect Azure
- darhodester 8mo agoI was not involved in the capture process with Evercoast, but I may have heard somewhere they used RealSense cameras. I recommend asking https://www.linkedin.com/in/benschwartzxr/ https://www.linkedin.com/in/benschwartzxr/ for accuracy.
- darhodester 8mo agoAha: https://www.red.com/stories/evercoast-komodo-rig https://www.red.com/stories/evercoast-komodo-rig So likely RealSense D455.
- secretsatan 8mo agoCouldn’t you just use iphone pros for this? I developed an app specifically for photogrammetry capture using AR and the depth sensor as it seemed like a cheap alternative. EDIT: I realize a phone is not on the same level as a red camera, but i just saw iphones as a massively cheaper option to alternatives in the field i worked in.
- F7F7F7 8mo agoASAP Rocky has a fervent fanbase who's been anticipating this album. So I'm assuming that whatever record label he's signed to gave him the budget. And when I think back to another iconic hip hop (iconic that genre) video where they used practical effects and military helicopters chasing speedboats in the waters off of Santa Monica...I bet they had change to spear.
- cwillu 8mo agoIs there any reason to think https://thebaffler.com/salvos/the-problem-with-music https://thebaffler.com/salvos/the-problem-with-music doesn't apply here?
- fastasucan 8mo agoWhy would they go for the cheapest option?
- secretsatan 8mo agoIt was more the point that technology is much cheaper. The company i worked for had completely missed it while trying to develop in house solutions.
- darhodester 8mo agoI think it's because they already had proven capture hardware, harvest, and processing workflows. But yes, you can easily use iPhones for this now.
- secretsatan 8mo agoLooks great by the way, i was wondering if there’s a file format for volumetric video captures
- secretsatan 8mo agoRecording pointclouds over time i guess i mean. I’m not going to pretend to understand video compression, but could it be possible to do the following movement aspect in 3d the same as 2d?
- darhodester 8mo agoSome companies have a proprietary file format for compressed 4D Gaussian splatting. For example: https://www.gracia.ai https://www.gracia.ai and https://www.4dv.ai https://www.4dv.ai. Check this project, for example: https://zju3dv.github.io/freetimegs/ https://zju3dv.github.io/freetimegs/ Unfortunately, these formats are currently closed behind cloud processing so adoption is a rather low. Before Gaussian splatting, textured mesh caches would be used for volumetric video (e.g. Alembic geometry).
- itishappy 8mo agohttps://developer.apple.com/av-foundation/ https://developer.apple.com/av-foundation/ https://developer.apple.com/documentation/spatial/ https://developer.apple.com/documentation/spatial/ Edit: As I'm digging, this seems to be focused on stereoscopic video as opposed to actual point clouds. It appears applications like cinematic mode use a monocular depth map, and their lidar outputs raw point cloud data.
- numpad0 8mo agoA LIDAR point cloud from a single point of view is a mono-ocular depth map. Unless the LIDAR in question is like, using supernova level gamma rays or neutrino generators for the laser part to get density and albedo volumetric data for its whole distance range. You just can't see the back of a thing by knowing the shape of the front side with current technologies.
- numpad0 8mo agoA single camera only captures the side of the object facing the camera. Knowing how far away that camera facing side of a Rubik's Cube help if you were making educated guesses(novel view synthesis), but it won't solve the problem of actually photographing the backside. There are usually six sides on a cube, which means you need minimum six iPhone around an object to capture all sides of it to be able to then freely move around it. You might as well seek open-source alternatives than relying on Apple surprise boxes for that. In cases where your subject would be static, such as it being a building, then you can wave around a single iPhone for the same effect for a result comparable to more expensive rigs, of course.
- deleted 8mo ago[deleted]
- antidamage 8mo agoThe minimum is four RGB-only cameras (if you want RGB data) but adding lidar really helps. The standard pipeline can infer a huge amount of data, and there are a few AI tools now for hallucinating missing geometry and backfaces based on context recognition, which can then be converted back into a splat for fast, smooth rendering.
- bininunez 8mo agoWe (Evercoast) used 56 RealSense D455s. Our software can run with any camera input, from depth cameras to machine vision to cinema REDs. But for this, RealSense did the job. The higher end the camera, the more expensive and time consuming everything is. We have a cloud platform to scale rendering, but it’s still overall more costly (time and money) to use high res. We’ve worked hard to make even low res data look awesome. And if you look at the aesthetic of the video (90s MTV), we didn’t need 4K/6K/8K renders.
- bredren 8mo agoYou may have explained this elsewhere, but if not—-what kind of post processing did you do to upscale or refine the realsense video? Can you add any interesting details on the benchmarking done against the RED camera rig?
- spookie 8mo agoThis is a great question, would love some some feedback on this. I assume they stuck with realsense for proper depth maps. However, those are both limited to a 6 meters range, and their depth imaging isn't able to resolve features smaller than their native resolution allows (gets worse after 3m too, as there is less and less parallax among other issues). I wonder how they approached that as well.