Snapchat Introduces New Ai Ai-Powered Video Lenses to Paid Subscribers
Snapchat introduced a new artificial intelligence (ai) feature on Thursday that uses its in-House Foundational Video Models. Dubbed ai video lenses, the new lens format combines augmented reality (ar) and generative ai elements to create unique and immersive video effects. Currently, these features are only available on the platform’s Premium subscription tier. Users will see three new lenses to begin with, and the company plans to add new lenses on a weekly Basis. Notably, these lenses can be used similar to the existing ons, and the videos created them can be shared with friends or on stories and spotlight.snapchat gets ai video lensesin a newsroom post, the social median Platform detailed the new ai feature. These ai lenses are powered by the company in-House generative video model. The company first unveiled these models at the snap partner summit in September last year. At the time, the ai tools were available to a small group of creaments in beta.The company is now experts the technology to a larger user base. These new ai video lenses will be available to snapchat platinum subscribers. Platinum is the most expensive subscription tier by the company with the price of Rs. 99 a month. The subscription offers an ad-free experience as well as other exclusive features.coming to the ai video lenses, Snapchat highlighted that three lenses are bent Two of them are called “Raccoon” and “fox” which adds the respective animals to a snap, giving the appearance that they are moving Around the user. The third is “spring flowers” and the lens generates a zoom-out effects the person in the frame holding a large bouquet of flowers. While there just three for now, the company said that it will be added more lenses in the coming days.snapchat platinum subscribers can find these lenses at the begining of the lens Carouorsel. They can also be searched using the Above-Mentioned Names. To see the effect, users will have to select the lens and then capture a snap with eater the rear or the front-facing cameras.the company said there is a Slight delay before the videos are fully rendered, but Time users will be able to use the Platform and Won’T Have to Wait on the loading screen. Once generation is complete, the AI video will be automatically saved to memory. These videos can then be shared with friends, or be added to stories and spotlight. 6
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!