Giter Site home page Giter Site logo

Comments (4)

tanersener avatar tanersener commented on May 18, 2024

I'm not sure if I understand your question correctly. Do you mean displaying camera input by previewing?

ps: Camera Support is explained in Camera Support wiki page.

from mobile-ffmpeg.

rock-ejin avatar rock-ejin commented on May 18, 2024

when I connect to camera with the following command, I can't see the camera screen.
"-f avfoundation -video_size 1280x720 ...-i 0:0 -vcodec h264 -f mkv /var/....video.mkv"

Due to the below delegate is not called and camera preview also doesn't work.

  • (void)captureOutput:(AVCaptureOutput *)captureOutput didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnection *)connection

I think MobileFFmpeg has already connected to the camera, so other things that related with camera doesn't work.
I want to save the video file(MKV/h265) from camera in seeing the camera screen.
when I pick up your framework, is is possible?
can we have chat in other channel?

from mobile-ffmpeg.

tanersener avatar tanersener commented on May 18, 2024

Sure, you can visit mobile-ffmpeg @ Gitter anytime.

from mobile-ffmpeg.

tanersener avatar tanersener commented on May 18, 2024

when I connect to camera with the following command, I can't see the camera screen.
"-f avfoundation -video_size 1280x720 ...-i 0:0 -vcodec h264 -f mkv /var/....video.mkv"

This command records camera input to a file. It doesn't create a camera screen.

Due to the below delegate is not called and camera preview also doesn't work.

(void)captureOutput:(AVCaptureOutput *)captureOutput didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnection *)connection

You can use mobile-ffmpeg to save camera input to a file, but creating a camera screen and displaying it in is not supported by mobile-ffmpeg. You need to call ffmpeg methods yourself to achieve that.

from mobile-ffmpeg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.